Html Css Color HEX #8A3C53 Camelot

📋 copy color: '#8A3C53'

red 138 ◦ green 60 ◦ blue 83

#8A3C53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camelot #8A3C53

Tints of Camelot #8A3C53

RGB

 RED value IS 138 (54.3% from 255) = 49.11%

 GREEN value IS 60 (23.83% from 255) = 21.35%

 BLUE value IS 83 (32.81% from 255) = 29.54%

R = 49.11%
G = 21.35%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8A3C53 (or 0x8A3C53) is known color: Camelot. HEX triplet: 8A, 3C and 53. RGB value is (138,60,83). Sum of RGB (Red+Green+Blue) = 138+60+83=281 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.11% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3C53 is #75C3AC. Grayscale: #555555. Windows color (decimal): -7717805 or 5454986. OLE color: 5454986.

HSL color Cylindrical-coordinate representation of color #8A3C53: hue angle of 342.31º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A3C53 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 60 83 -
CMYK 0 0.57 0.40 0.46
HSL 342.31º 0.39% 0.39% -
HSV(B) 342.31º 0.57% 0.54% -
XYZ 13.66 9.26 9.25 -
YUV 85.94 126.34 165.13 -
System Red Green Blue C M Y K H S L
Decimal 138 60 83 0 0.57 0.40 0.46 342.31 0.39 0.39
Hex 8A 3C 53 0 39 28 2E 156 27 27
Octal 212 74 123 0 71 50 56 526 47 47
Binary 10001010 111100 1010011 0 111001 101000 101110 101010110 100111 100111

Color Harmonies of #8A3C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3C53

Black with #8A3C53

Text Example


Text Example

White with #8A3C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A3C53; }

 p { color: rgb(138,60,83); }

 H1.HeaderClassName
 {
   color: #8A3C53;
 }
 .AnyTagClassName
 {
   color: #8A3C53;
 }
</style>

background-color css

<style>
 a { background-color: #8A3C53; }

 a { background-color: rgb(138,60,83); }

 div.DivClassName
 {
   background-color: #8A3C53;
 }
 .BgClassName
 {
   background-color: #8A3C53;
 }
</style>

border-color css

<style>
 span { border-color: #8A3C53; }

 span { border-color: rgb(138,60,83); }

 td.TdClassName
 {
   border-color: #8A3C53;
 }
 .TagClassName
 {
   border-color: #8A3C53;
 }
</style>