Html Css Color HEX #963F73 Cadillac

📋 copy color: '#963F73'

red 150 ◦ green 63 ◦ blue 115

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

Shades of Cadillac #963F73

Tints of Cadillac #963F73

RGB

 RED value IS 150 (58.98% from 255) = 45.73%

 GREEN value IS 63 (25% from 255) = 19.21%

 BLUE value IS 115 (45.31% from 255) = 35.06%

R = 45.73%
G = 19.21%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#963F73 (or 0x963F73) is known color: Cadillac. HEX triplet: 96, 3F and 73. RGB value is (150,63,115). Sum of RGB (Red+Green+Blue) = 150+63+115=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #963F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F73 is #69C08C. Grayscale: #5E5E5E. Windows color (decimal): -6930573 or 7552918. OLE color: 7552918.

HSL color Cylindrical-coordinate representation of color #963F73: hue angle of 324.14º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #963F73 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 63 115 -
CMYK 0 0.58 0.23 0.41
HSL 324.14º 0.41% 0.42% -
HSV(B) 324.14º 0.58% 0.59% -
XYZ 17.45 11.28 17.48 -
YUV 94.94 139.32 167.27 -
System Red Green Blue C M Y K H S L
Decimal 150 63 115 0 0.58 0.23 0.41 324.14 0.41 0.42
Hex 96 3F 73 0 3A 17 29 144 29 2A
Octal 226 77 163 0 72 27 51 504 51 52
Binary 10010110 111111 1110011 0 111010 10111 101001 101000100 101001 101010

Color Harmonies of #963F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963F73

Black with #963F73

Text Example


Text Example

White with #963F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963F73; }

 p { color: rgb(150,63,115); }

 H1.HeaderClassName
 {
   color: #963F73;
 }
 .AnyTagClassName
 {
   color: #963F73;
 }
</style>

background-color css

<style>
 a { background-color: #963F73; }

 a { background-color: rgb(150,63,115); }

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

border-color css

<style>
 span { border-color: #963F73; }

 span { border-color: rgb(150,63,115); }

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