Html Css Color HEX #962173 Dark Purple

📋 copy color: '#962173'

red 150 ◦ green 33 ◦ blue 115

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

Shades of Dark Purple #962173

Tints of Dark Purple #962173

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

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

R = 50.34%
G = 11.07%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#962173 (or 0x962173) is known color: Dark Purple. HEX triplet: 96, 21 and 73. RGB value is (150,33,115). Sum of RGB (Red+Green+Blue) = 150+33+115=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #962173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962173 is #69DE8C. Grayscale: #4D4D4D. Windows color (decimal): -6938253 or 7545238. OLE color: 7545238.

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

Color convert

RGB 150 33 115 -
CMYK 0 0.78 0.23 0.41
HSL 317.95º 0.64% 0.36% -
HSV(B) 317.95º 0.78% 0.59% -
XYZ 16.22 8.81 17.07 -
YUV 77.33 149.26 179.83 -
System Red Green Blue C M Y K H S L
Decimal 150 33 115 0 0.78 0.23 0.41 317.95 0.64 0.36
Hex 96 21 73 0 4E 17 29 13E 40 24
Octal 226 41 163 0 116 27 51 476 100 44
Binary 10010110 100001 1110011 0 1001110 10111 101001 100111110 1000000 100100

Color Harmonies of #962173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962173

Black with #962173

Text Example


Text Example

White with #962173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962173; }

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

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

background-color css

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

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

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

border-color css

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

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

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