#9A3E67

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

Shades of Cadillac #9A3E67

Tints of Cadillac #9A3E67

Color information

#9A3E67 (or 0x9A3E67) is unknown color: approx Cadillac. HEX triplet: 9A, 3E and 67. RGB value is (154,62,103). Sum of RGB (Red+Green+Blue) = 154+62+103=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3E67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3E67 is #65C198. Grayscale: #5E5E5E. Windows color (decimal): -6668697 or 6766234. OLE color: 6766234.

HSL color Cylindrical-coordinate representation of color #9A3E67: hue angle of 333.26º 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 #9A3E67 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB15462103-
CMYK00.600.330.40
HSL333.26º42.59%42.35%-
HSV(B)333.26º59.74%60.39%-
XYZ17.511.2914.09-
YUV94.18132.98170.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.28%
GREEN value IS 62 (24.61% from 255) = 19.44%
BLUE value IS 103 (40.62% from 255) = 32.29%
R=48.28%
G=19.44%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546210300.600.330.40333.2642.5942.35
Hex9A3E6703C212814d2b2a
Octal2327614707441505155352
Binary1001101011111011001110111100100001101000101001101101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,62,103); }

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

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

 a { background-color: rgb(154,62,103); }

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

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

 span { border-color: rgb(154,62,103); }

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