Html Css Color HEX #962473 Dark Purple

📋 copy color: '#962473'

red 150 ◦ green 36 ◦ blue 115

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

Shades of Dark Purple #962473

Tints of Dark Purple #962473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

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

R = 49.83%
G = 11.96%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#962473 (or 0x962473) is known color: Dark Purple. HEX triplet: 96, 24 and 73. RGB value is (150,36,115). Sum of RGB (Red+Green+Blue) = 150+36+115=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #962473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962473 is #69DB8C. Grayscale: #4E4E4E. Windows color (decimal): -6937485 or 7546006. OLE color: 7546006.

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

Color convert

RGB 150 36 115 -
CMYK 0 0.76 0.23 0.41
HSL 318.42º 0.61% 0.36% -
HSV(B) 318.42º 0.76% 0.59% -
XYZ 16.3 8.98 17.09 -
YUV 79.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 150 36 115 0 0.76 0.23 0.41 318.42 0.61 0.36
Hex 96 24 73 0 4C 17 29 13E 3D 24
Octal 226 44 163 0 114 27 51 476 75 44
Binary 10010110 100100 1110011 0 1001100 10111 101001 100111110 111101 100100

Color Harmonies of #962473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962473

Black with #962473

Text Example


Text Example

White with #962473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962473; }

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

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

background-color css

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

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

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

border-color css

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

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

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