#9B415D

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

Shades of Cadillac #9B415D

Tints of Cadillac #9B415D

Color information

#9B415D (or 0x9B415D) is unknown color: approx Cadillac. HEX triplet: 9B, 41 and 5D. RGB value is (155,65,93). Sum of RGB (Red+Green+Blue) = 155+65+93=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B415D is #64BEA2. Grayscale: #5F5F5F. Windows color (decimal): -6602403 or 6111643. OLE color: 6111643.

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

Color convert

RGB1556593-
CMYK00.580.40.39
HSL341.33º40.91%43.14%-
HSV(B)341.33º58.06%60.78%-
XYZ17.3811.5411.67-
YUV95.1126.82170.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.52%
GREEN value IS 65 (25.78% from 255) = 20.77%
BLUE value IS 93 (36.72% from 255) = 29.71%
R=49.52%
G=20.77%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155659300.580.40.39341.3340.9143.14
Hex9B415D03A2827155292b
Octal23310113507250475255153
Binary10011011100000110111010111010101000100111101010101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,65,93); }

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

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

 a { background-color: rgb(155,65,93); }

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

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

 span { border-color: rgb(155,65,93); }

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