#9B3C61

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

Shades of Cadillac #9B3C61

Tints of Cadillac #9B3C61

Color information

#9B3C61 (or 0x9B3C61) is unknown color: approx Cadillac. HEX triplet: 9B, 3C and 61. RGB value is (155,60,97). Sum of RGB (Red+Green+Blue) = 155+60+97=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3C61 is #64C39E. Grayscale: #5C5C5C. Windows color (decimal): -6603679 or 6372507. OLE color: 6372507.

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

Color convert

RGB1556097-
CMYK00.610.370.39
HSL336.63º44.19%42.16%-
HSV(B)336.63º61.29%60.78%-
XYZ17.2911.0612.53-
YUV92.62130.47172.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.68%
GREEN value IS 60 (23.83% from 255) = 19.23%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=49.68%
G=19.23%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155609700.610.370.39336.6344.1942.16
Hex9B3C6103D25271512c2a
Octal2337414107545475215452
Binary1001101111110011000010111101100101100111101010001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,60,97); }

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

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

 a { background-color: rgb(155,60,97); }

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

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

 span { border-color: rgb(155,60,97); }

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