Html Css Color HEX #9B4E74 Cadillac

📋 copy color: '#9B4E74'

red 155 ◦ green 78 ◦ blue 116

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

Shades of Cadillac #9B4E74

Tints of Cadillac #9B4E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 44.41%
G = 22.35%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B4E74 (or 0x9B4E74) is known color: Cadillac. HEX triplet: 9B, 4E and 74. RGB value is (155,78,116). Sum of RGB (Red+Green+Blue) = 155+78+116=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4E74 is #64B18B. Grayscale: #696969. Windows color (decimal): -6599052 or 7622299. OLE color: 7622299.

HSL color Cylindrical-coordinate representation of color #9B4E74: hue angle of 330.39º 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 #9B4E74 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 78 116 -
CMYK 0 0.50 0.25 0.39
HSL 330.39º 0.33% 0.46% -
HSV(B) 330.39º 0.5% 0.61% -
XYZ 19.39 13.68 18.14 -
YUV 105.36 134.01 163.41 -
System Red Green Blue C M Y K H S L
Decimal 155 78 116 0 0.50 0.25 0.39 330.39 0.33 0.46
Hex 9B 4E 74 0 32 19 27 14A 21 2E
Octal 233 116 164 0 62 31 47 512 41 56
Binary 10011011 1001110 1110100 0 110010 11001 100111 101001010 100001 101110

Color Harmonies of #9B4E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4E74

Black with #9B4E74

Text Example


Text Example

White with #9B4E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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