#9A3D62

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

Shades of Cadillac #9A3D62

Tints of Cadillac #9A3D62

Color information

#9A3D62 (or 0x9A3D62) is unknown color: approx Cadillac. HEX triplet: 9A, 3D and 62. RGB value is (154,61,98). Sum of RGB (Red+Green+Blue) = 154+61+98=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3D62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3D62 is #65C29D. Grayscale: #5C5C5C. Windows color (decimal): -6668958 or 6438298. OLE color: 6438298.

HSL color Cylindrical-coordinate representation of color #9A3D62: hue angle of 336.13º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A3D62 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB1546198-
CMYK00.600.360.40
HSL336.13º43.26%42.16%-
HSV(B)336.13º60.39%60.39%-
XYZ17.211.0912.79-
YUV93.02130.81171.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.20%
GREEN value IS 61 (24.22% from 255) = 19.49%
BLUE value IS 98 (38.67% from 255) = 31.31%
R=49.20%
G=19.49%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154619800.600.360.40336.1343.2642.16
Hex9A3D6203C24281502b2a
Octal2327514207444505205352
Binary1001101011110111000100111100100100101000101010000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,61,98); }

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

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

 a { background-color: rgb(154,61,98); }

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

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

 span { border-color: rgb(154,61,98); }

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