Html Css Color HEX #8C214E Rose Bud Cherry

📋 copy color: '#8C214E'

red 140 ◦ green 33 ◦ blue 78

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

Shades of Rose Bud Cherry #8C214E

Tints of Rose Bud Cherry #8C214E

RGB

 RED value IS 140 (55.08% from 255) = 55.78%

 GREEN value IS 33 (13.28% from 255) = 13.15%

 BLUE value IS 78 (30.86% from 255) = 31.08%

R = 55.78%
G = 13.15%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#8C214E (or 0x8C214E) is known color: Rose Bud Cherry. HEX triplet: 8C, 21 and 4E. RGB value is (140,33,78). Sum of RGB (Red+Green+Blue) = 140+33+78=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C214E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C214E is #73DEB1. Grayscale: #464646. Windows color (decimal): -7593650 or 5120396. OLE color: 5120396.

HSL color Cylindrical-coordinate representation of color #8C214E: hue angle of 334.77º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C214E is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 33 78 -
CMYK 0 0.76 0.44 0.45
HSL 334.77º 0.62% 0.34% -
HSV(B) 334.77º 0.76% 0.55% -
XYZ 12.73 7.21 7.93 -
YUV 70.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 140 33 78 0 0.76 0.44 0.45 334.77 0.62 0.34
Hex 8C 21 4E 0 4C 2C 2D 14F 3E 22
Octal 214 41 116 0 114 54 55 517 76 42
Binary 10001100 100001 1001110 0 1001100 101100 101101 101001111 111110 100010

Color Harmonies of #8C214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C214E

Black with #8C214E

Text Example


Text Example

White with #8C214E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,33,78); }

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

background-color css

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

 a { background-color: rgb(140,33,78); }

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

border-color css

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

 span { border-color: rgb(140,33,78); }

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