#8A2C66

Color #8A2C66 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #8A2C66

Tints of Rose Bud Cherry #8A2C66

Color information

#8A2C66 (or 0x8A2C66) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 2C and 66. RGB value is (138,44,102). Sum of RGB (Red+Green+Blue) = 138+44+102=284 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.59% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2C66 is #75D399. Grayscale: #4E4E4E. Windows color (decimal): -7721882 or 6696074. OLE color: 6696074.

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

Color convert

RGB13844102-
CMYK00.680.260.46
HSL322.98º51.65%35.69%-
HSV(B)322.98º68.12%54.12%-
XYZ13.788.1613.42-
YUV78.72141.14170.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.59%
GREEN value IS 44 (17.58% from 255) = 15.49%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=48.59%
G=15.49%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1384410200.680.260.46322.9851.6535.69
Hex8A2C660441A2E1433424
Octal21254146010432565036444
Binary1000101010110011001100100010011010101110101000011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A2C66;
 }
 .AnyTagClassName
 {
   color: #8A2C66;
 }
</style>
background-color css

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

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

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

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

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

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