Html Css Color HEX #8A1E56 Rose Bud Cherry

📋 copy color: '#8A1E56'

red 138 ◦ green 30 ◦ blue 86

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

Shades of Rose Bud Cherry #8A1E56

Tints of Rose Bud Cherry #8A1E56

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.81%

 BLUE value IS 86 (33.98% from 255) = 33.86%

R = 54.33%
G = 11.81%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#8A1E56 (or 0x8A1E56) is known color: Rose Bud Cherry. HEX triplet: 8A, 1E and 56. RGB value is (138,30,86). Sum of RGB (Red+Green+Blue) = 138+30+86=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1E56 is #75E1A9. Grayscale: #444444. Windows color (decimal): -7725482 or 5643914. OLE color: 5643914.

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

Color convert

RGB 138 30 86 -
CMYK 0 0.78 0.38 0.46
HSL 328.89º 0.64% 0.33% -
HSV(B) 328.89º 0.78% 0.54% -
XYZ 12.63 7 9.49 -
YUV 68.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 138 30 86 0 0.78 0.38 0.46 328.89 0.64 0.33
Hex 8A 1E 56 0 4E 26 2E 149 40 21
Octal 212 36 126 0 116 46 56 511 100 41
Binary 10001010 11110 1010110 0 1001110 100110 101110 101001001 1000000 100001

Color Harmonies of #8A1E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1E56

Black with #8A1E56

Text Example


Text Example

White with #8A1E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,30,86); }

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

background-color css

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

 a { background-color: rgb(138,30,86); }

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

border-color css

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

 span { border-color: rgb(138,30,86); }

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