Html Css Color HEX #9B4E72 Cadillac

📋 copy color: '#9B4E72'

red 155 ◦ green 78 ◦ blue 114

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

Shades of Cadillac #9B4E72

Tints of Cadillac #9B4E72

RGB

 RED value IS 155 (60.94% from 255) = 44.67%

 GREEN value IS 78 (30.86% from 255) = 22.48%

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 44.67%
G = 22.48%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B4E72 (or 0x9B4E72) is known color: Cadillac. HEX triplet: 9B, 4E and 72. RGB value is (155,78,114). Sum of RGB (Red+Green+Blue) = 155+78+114=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4E72 is #64B18D. Grayscale: #696969. Windows color (decimal): -6599054 or 7491227. OLE color: 7491227.

HSL color Cylindrical-coordinate representation of color #9B4E72: hue angle of 331.95º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B4E72 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 78 114 -
CMYK 0 0.50 0.26 0.39
HSL 331.95º 0.33% 0.46% -
HSV(B) 331.95º 0.5% 0.61% -
XYZ 19.28 13.63 17.53 -
YUV 105.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 155 78 114 0 0.50 0.26 0.39 331.95 0.33 0.46
Hex 9B 4E 72 0 32 1A 27 14C 21 2E
Octal 233 116 162 0 62 32 47 514 41 56
Binary 10011011 1001110 1110010 0 110010 11010 100111 101001100 100001 101110

Color Harmonies of #9B4E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4E72

Black with #9B4E72

Text Example


Text Example

White with #9B4E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B4E72; }

 p { color: rgb(155,78,114); }

 H1.HeaderClassName
 {
   color: #9B4E72;
 }
 .AnyTagClassName
 {
   color: #9B4E72;
 }
</style>

background-color css

<style>
 a { background-color: #9B4E72; }

 a { background-color: rgb(155,78,114); }

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

border-color css

<style>
 span { border-color: #9B4E72; }

 span { border-color: rgb(155,78,114); }

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