Html Css Color HEX #962178 Dark Purple

📋 copy color: '#962178'

red 150 ◦ green 33 ◦ blue 120

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

Shades of Dark Purple #962178

Tints of Dark Purple #962178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.6%

R = 49.5%
G = 10.89%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#962178 (or 0x962178) is known color: Dark Purple. HEX triplet: 96, 21 and 78. RGB value is (150,33,120). Sum of RGB (Red+Green+Blue) = 150+33+120=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #962178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962178 is #69DE87. Grayscale: #4D4D4D. Windows color (decimal): -6938248 or 7872918. OLE color: 7872918.

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

Color convert

RGB 150 33 120 -
CMYK 0 0.78 0.20 0.41
HSL 315.38º 0.64% 0.36% -
HSV(B) 315.38º 0.78% 0.59% -
XYZ 16.51 8.93 18.62 -
YUV 77.9 151.76 179.43 -
System Red Green Blue C M Y K H S L
Decimal 150 33 120 0 0.78 0.20 0.41 315.38 0.64 0.36
Hex 96 21 78 0 4E 14 29 13B 40 24
Octal 226 41 170 0 116 24 51 473 100 44
Binary 10010110 100001 1111000 0 1001110 10100 101001 100111011 1000000 100100

Color Harmonies of #962178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962178

Black with #962178

Text Example


Text Example

White with #962178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962178; }

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

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

background-color css

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

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

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

border-color css

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

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

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