Html Css Color HEX #962973 Dark Purple

📋 copy color: '#962973'

red 150 ◦ green 41 ◦ blue 115

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

Shades of Dark Purple #962973

Tints of Dark Purple #962973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

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

R = 49.02%
G = 13.4%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#962973 (or 0x962973) is known color: Dark Purple. HEX triplet: 96, 29 and 73. RGB value is (150,41,115). Sum of RGB (Red+Green+Blue) = 150+41+115=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #962973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962973 is #69D68C. Grayscale: #515151. Windows color (decimal): -6936205 or 7547286. OLE color: 7547286.

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

Color convert

RGB 150 41 115 -
CMYK 0 0.73 0.23 0.41
HSL 319.27º 0.57% 0.37% -
HSV(B) 319.27º 0.73% 0.59% -
XYZ 16.47 9.31 17.15 -
YUV 82.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 150 41 115 0 0.73 0.23 0.41 319.27 0.57 0.37
Hex 96 29 73 0 49 17 29 13F 39 25
Octal 226 51 163 0 111 27 51 477 71 45
Binary 10010110 101001 1110011 0 1001001 10111 101001 100111111 111001 100101

Color Harmonies of #962973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962973

Black with #962973

Text Example


Text Example

White with #962973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962973; }

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

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

background-color css

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

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

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

border-color css

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

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

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