Html Css Color HEX #8A2C5E Rose Bud Cherry

📋 copy color: '#8A2C5E'

red 138 ◦ green 44 ◦ blue 94

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

Shades of Rose Bud Cherry #8A2C5E

Tints of Rose Bud Cherry #8A2C5E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.94%

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 50%
G = 15.94%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#8A2C5E (or 0x8A2C5E) is known color: Rose Bud Cherry. HEX triplet: 8A, 2C and 5E. RGB value is (138,44,94). Sum of RGB (Red+Green+Blue) = 138+44+94=276 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2C5E is #75D3A1. Grayscale: #4D4D4D. Windows color (decimal): -7721890 or 6171786. OLE color: 6171786.

HSL color Cylindrical-coordinate representation of color #8A2C5E: hue angle of 328.09º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A2C5E is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 44 94 -
CMYK 0 0.68 0.32 0.46
HSL 328.09º 0.52% 0.36% -
HSV(B) 328.09º 0.68% 0.54% -
XYZ 13.4 8.01 11.43 -
YUV 77.81 137.14 170.93 -
System Red Green Blue C M Y K H S L
Decimal 138 44 94 0 0.68 0.32 0.46 328.09 0.52 0.36
Hex 8A 2C 5E 0 44 20 2E 148 34 24
Octal 212 54 136 0 104 40 56 510 64 44
Binary 10001010 101100 1011110 0 1000100 100000 101110 101001000 110100 100100

Color Harmonies of #8A2C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2C5E

Black with #8A2C5E

Text Example


Text Example

White with #8A2C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,44,94); }

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

background-color css

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

 a { background-color: rgb(138,44,94); }

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

border-color css

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

 span { border-color: rgb(138,44,94); }

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