Html Css Color HEX #9B4D76 Cadillac

📋 copy color: '#9B4D76'

red 155 ◦ green 77 ◦ blue 118

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

Shades of Cadillac #9B4D76

Tints of Cadillac #9B4D76

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22%

 BLUE value IS 118 (46.48% from 255) = 33.71%

R = 44.29%
G = 22%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9B4D76 (or 0x9B4D76) is known color: Cadillac. HEX triplet: 9B, 4D and 76. RGB value is (155,77,118). Sum of RGB (Red+Green+Blue) = 155+77+118=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4D76 is #64B289. Grayscale: #686868. Windows color (decimal): -6599306 or 7753115. OLE color: 7753115.

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

Color convert

RGB 155 77 118 -
CMYK 0 0.50 0.24 0.39
HSL 328.46º 0.34% 0.45% -
HSV(B) 328.46º 0.5% 0.61% -
XYZ 19.44 13.58 18.74 -
YUV 105 135.34 163.67 -
System Red Green Blue C M Y K H S L
Decimal 155 77 118 0 0.50 0.24 0.39 328.46 0.34 0.45
Hex 9B 4D 76 0 32 18 27 148 22 2D
Octal 233 115 166 0 62 30 47 510 42 55
Binary 10011011 1001101 1110110 0 110010 11000 100111 101001000 100010 101101

Color Harmonies of #9B4D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4D76

Black with #9B4D76

Text Example


Text Example

White with #9B4D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,77,118); }

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

background-color css

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

 a { background-color: rgb(155,77,118); }

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

border-color css

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

 span { border-color: rgb(155,77,118); }

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