Html Css Color HEX #8C3168 Rose Bud Cherry

📋 copy color: '#8C3168'

red 140 ◦ green 49 ◦ blue 104

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

Shades of Rose Bud Cherry #8C3168

Tints of Rose Bud Cherry #8C3168

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.72%

 BLUE value IS 104 (41.02% from 255) = 35.49%

R = 47.78%
G = 16.72%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8C3168 (or 0x8C3168) is known color: Rose Bud Cherry. HEX triplet: 8C, 31 and 68. RGB value is (140,49,104). Sum of RGB (Red+Green+Blue) = 140+49+104=293 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.78% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3168 is #73CE97. Grayscale: #525252. Windows color (decimal): -7589528 or 6828428. OLE color: 6828428.

HSL color Cylindrical-coordinate representation of color #8C3168: hue angle of 323.74º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C3168 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 49 104 -
CMYK 0 0.65 0.26 0.45
HSL 323.74º 0.48% 0.37% -
HSV(B) 323.74º 0.65% 0.55% -
XYZ 14.41 8.77 14.03 -
YUV 82.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 140 49 104 0 0.65 0.26 0.45 323.74 0.48 0.37
Hex 8C 31 68 0 41 1A 2D 144 30 25
Octal 214 61 150 0 101 32 55 504 60 45
Binary 10001100 110001 1101000 0 1000001 11010 101101 101000100 110000 100101

Color Harmonies of #8C3168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3168

Black with #8C3168

Text Example


Text Example

White with #8C3168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,49,104); }

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

background-color css

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

 a { background-color: rgb(140,49,104); }

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

border-color css

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

 span { border-color: rgb(140,49,104); }

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