Html Css Color HEX #9B4469 Cadillac

📋 copy color: '#9B4469'

red 155 ◦ green 68 ◦ blue 105

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

Shades of Cadillac #9B4469

Tints of Cadillac #9B4469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.73%

 BLUE value IS 105 (41.41% from 255) = 32.01%

R = 47.26%
G = 20.73%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B4469 (or 0x9B4469) is known color: Cadillac. HEX triplet: 9B, 44 and 69. RGB value is (155,68,105). Sum of RGB (Red+Green+Blue) = 155+68+105=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4469 is #64BB96. Grayscale: #626262. Windows color (decimal): -6601623 or 6898843. OLE color: 6898843.

HSL color Cylindrical-coordinate representation of color #9B4469: hue angle of 334.48º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B4469 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 68 105 -
CMYK 0 0.56 0.32 0.39
HSL 334.48º 0.39% 0.44% -
HSV(B) 334.48º 0.56% 0.61% -
XYZ 18.13 12.12 14.75 -
YUV 98.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 155 68 105 0 0.56 0.32 0.39 334.48 0.39 0.44
Hex 9B 44 69 0 38 20 27 14E 27 2C
Octal 233 104 151 0 70 40 47 516 47 54
Binary 10011011 1000100 1101001 0 111000 100000 100111 101001110 100111 101100

Color Harmonies of #9B4469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4469

Black with #9B4469

Text Example


Text Example

White with #9B4469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,68,105); }

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

background-color css

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

 a { background-color: rgb(155,68,105); }

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

border-color css

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

 span { border-color: rgb(155,68,105); }

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