Html Css Color HEX #8A3E57 Camelot

📋 copy color: '#8A3E57'

red 138 ◦ green 62 ◦ blue 87

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

Shades of Camelot #8A3E57

Tints of Camelot #8A3E57

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.6%

 BLUE value IS 87 (34.38% from 255) = 30.31%

R = 48.08%
G = 21.6%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#8A3E57 (or 0x8A3E57) is known color: Camelot. HEX triplet: 8A, 3E and 57. RGB value is (138,62,87). Sum of RGB (Red+Green+Blue) = 138+62+87=287 (38% of max value = 765). Red value is 138 (54.30% from 255 or 48.08% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3E57 is #75C1A8. Grayscale: #575757. Windows color (decimal): -7717289 or 5717642. OLE color: 5717642.

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

Color convert

RGB 138 62 87 -
CMYK 0 0.55 0.37 0.46
HSL 340.26º 0.38% 0.39% -
HSV(B) 340.26º 0.55% 0.54% -
XYZ 13.92 9.54 10.12 -
YUV 87.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 138 62 87 0 0.55 0.37 0.46 340.26 0.38 0.39
Hex 8A 3E 57 0 37 25 2E 154 26 27
Octal 212 76 127 0 67 45 56 524 46 47
Binary 10001010 111110 1010111 0 110111 100101 101110 101010100 100110 100111

Color Harmonies of #8A3E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3E57

Black with #8A3E57

Text Example


Text Example

White with #8A3E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,62,87); }

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

background-color css

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

 a { background-color: rgb(138,62,87); }

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

border-color css

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

 span { border-color: rgb(138,62,87); }

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