Html Css Color HEX #962172 Dark Purple

📋 copy color: '#962172'

red 150 ◦ green 33 ◦ blue 114

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

Shades of Dark Purple #962172

Tints of Dark Purple #962172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.38%

R = 50.51%
G = 11.11%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#962172 (or 0x962172) is known color: Dark Purple. HEX triplet: 96, 21 and 72. RGB value is (150,33,114). Sum of RGB (Red+Green+Blue) = 150+33+114=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #962172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962172 is #69DE8D. Grayscale: #4D4D4D. Windows color (decimal): -6938254 or 7479702. OLE color: 7479702.

HSL color Cylindrical-coordinate representation of color #962172: hue angle of 318.46º 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 #962172 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 33 114 -
CMYK 0 0.78 0.24 0.41
HSL 318.46º 0.64% 0.36% -
HSV(B) 318.46º 0.78% 0.59% -
XYZ 16.16 8.79 16.76 -
YUV 77.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 150 33 114 0 0.78 0.24 0.41 318.46 0.64 0.36
Hex 96 21 72 0 4E 18 29 13E 40 24
Octal 226 41 162 0 116 30 51 476 100 44
Binary 10010110 100001 1110010 0 1001110 11000 101001 100111110 1000000 100100

Color Harmonies of #962172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962172

Black with #962172

Text Example


Text Example

White with #962172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962172; }

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

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

background-color css

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

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

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

border-color css

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

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

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