Html Css Color HEX #9A3C63 Cadillac

📋 copy color: '#9A3C63'

red 154 ◦ green 60 ◦ blue 99

#9A3C63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadillac #9A3C63

Tints of Cadillac #9A3C63

RGB

 RED value IS 154 (60.55% from 255) = 49.2%

 GREEN value IS 60 (23.83% from 255) = 19.17%

 BLUE value IS 99 (39.06% from 255) = 31.63%

R = 49.2%
G = 19.17%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#9A3C63 (or 0x9A3C63) is known color: Cadillac. HEX triplet: 9A, 3C and 63. RGB value is (154,60,99). Sum of RGB (Red+Green+Blue) = 154+60+99=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3C63 is #65C39C. Grayscale: #5C5C5C. Windows color (decimal): -6669213 or 6503578. OLE color: 6503578.

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

Color convert

RGB 154 60 99 -
CMYK 0 0.61 0.36 0.40
HSL 335.11º 0.44% 0.42% -
HSV(B) 335.11º 0.61% 0.6% -
XYZ 17.19 11 13.02 -
YUV 92.55 131.64 171.83 -
System Red Green Blue C M Y K H S L
Decimal 154 60 99 0 0.61 0.36 0.40 335.11 0.44 0.42
Hex 9A 3C 63 0 3D 24 28 14F 2C 2A
Octal 232 74 143 0 75 44 50 517 54 52
Binary 10011010 111100 1100011 0 111101 100100 101000 101001111 101100 101010

Color Harmonies of #9A3C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3C63

Black with #9A3C63

Text Example


Text Example

White with #9A3C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,60,99); }

 H1.HeaderClassName
 {
   color: #9A3C63;
 }
 .AnyTagClassName
 {
   color: #9A3C63;
 }
</style>

background-color css

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

 a { background-color: rgb(154,60,99); }

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

border-color css

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

 span { border-color: rgb(154,60,99); }

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