#9B3F66

Color #9B3F66 Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #9B3F66

Tints of Cadillac #9B3F66

Color information

#9B3F66 (or 0x9B3F66) is unknown color: approx Cadillac. HEX triplet: 9B, 3F and 66. RGB value is (155,63,102). Sum of RGB (Red+Green+Blue) = 155+63+102=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3F66 is #64C099. Grayscale: #5E5E5E. Windows color (decimal): -6602906 or 6700955. OLE color: 6700955.

HSL color Cylindrical-coordinate representation of color #9B3F66: hue angle of 334.57º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B3F66 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB15563102-
CMYK00.590.340.39
HSL334.57º42.2%42.75%-
HSV(B)334.57º59.35%60.78%-
XYZ17.6911.4813.85-
YUV94.95131.98170.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.44%
GREEN value IS 63 (25% from 255) = 19.69%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=48.44%
G=19.69%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556310200.590.340.39334.5742.242.75
Hex9B3F6603B222714f2a2b
Octal2337714607342475175253
Binary1001101111111111001100111011100010100111101001111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,63,102); }

 H1.HeaderClassName
 {
   color: #9B3F66;
 }
 .AnyTagClassName
 {
   color: #9B3F66;
 }
</style>
background-color css

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

 a { background-color: rgb(155,63,102); }

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

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

 span { border-color: rgb(155,63,102); }

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