Html Css Color HEX #8A3E52 Camelot

📋 copy color: '#8A3E52'

red 138 ◦ green 62 ◦ blue 82

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

Shades of Camelot #8A3E52

Tints of Camelot #8A3E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.08%

R = 48.94%
G = 21.99%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#8A3E52 (or 0x8A3E52) is known color: Camelot. HEX triplet: 8A, 3E and 52. RGB value is (138,62,82). Sum of RGB (Red+Green+Blue) = 138+62+82=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3E52 is #75C1AD. Grayscale: #565656. Windows color (decimal): -7717294 or 5389962. OLE color: 5389962.

HSL color Cylindrical-coordinate representation of color #8A3E52: hue angle of 344.21º 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 #8A3E52 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 62 82 -
CMYK 0 0.55 0.41 0.46
HSL 344.21º 0.38% 0.39% -
HSV(B) 344.21º 0.55% 0.54% -
XYZ 13.73 9.46 9.08 -
YUV 87 125.18 164.37 -
System Red Green Blue C M Y K H S L
Decimal 138 62 82 0 0.55 0.41 0.46 344.21 0.38 0.39
Hex 8A 3E 52 0 37 29 2E 158 26 27
Octal 212 76 122 0 67 51 56 530 46 47
Binary 10001010 111110 1010010 0 110111 101001 101110 101011000 100110 100111

Color Harmonies of #8A3E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3E52

Black with #8A3E52

Text Example


Text Example

White with #8A3E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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