Html Css Color HEX #962175 Dark Purple

📋 copy color: '#962175'

red 150 ◦ green 33 ◦ blue 117

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

Shades of Dark Purple #962175

Tints of Dark Purple #962175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39%

R = 50%
G = 11%
B = 39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#962175 (or 0x962175) is known color: Dark Purple. HEX triplet: 96, 21 and 75. RGB value is (150,33,117). Sum of RGB (Red+Green+Blue) = 150+33+117=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #962175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962175 is #69DE8A. Grayscale: #4D4D4D. Windows color (decimal): -6938251 or 7676310. OLE color: 7676310.

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

Color convert

RGB 150 33 117 -
CMYK 0 0.78 0.22 0.41
HSL 316.92º 0.64% 0.36% -
HSV(B) 316.92º 0.78% 0.59% -
XYZ 16.33 8.86 17.68 -
YUV 77.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 150 33 117 0 0.78 0.22 0.41 316.92 0.64 0.36
Hex 96 21 75 0 4E 16 29 13D 40 24
Octal 226 41 165 0 116 26 51 475 100 44
Binary 10010110 100001 1110101 0 1001110 10110 101001 100111101 1000000 100100

Color Harmonies of #962175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962175

Black with #962175

Text Example


Text Example

White with #962175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962175; }

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

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

background-color css

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

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

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

border-color css

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

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

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