Html Css Color HEX #962182 Dark Purple

📋 copy color: '#962182'

red 150 ◦ green 33 ◦ blue 130

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

Shades of Dark Purple #962182

Tints of Dark Purple #962182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.53%

R = 47.92%
G = 10.54%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#962182 (or 0x962182) is known color: Dark Purple. HEX triplet: 96, 21 and 82. RGB value is (150,33,130). Sum of RGB (Red+Green+Blue) = 150+33+130=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #962182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962182 is #69DE7D. Grayscale: #4E4E4E. Windows color (decimal): -6938238 or 8528278. OLE color: 8528278.

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

Color convert

RGB 150 33 130 -
CMYK 0 0.78 0.13 0.41
HSL 310.26º 0.64% 0.36% -
HSV(B) 310.26º 0.78% 0.59% -
XYZ 17.15 9.18 21.99 -
YUV 79.04 156.76 178.61 -
System Red Green Blue C M Y K H S L
Decimal 150 33 130 0 0.78 0.13 0.41 310.26 0.64 0.36
Hex 96 21 82 0 4E D 29 136 40 24
Octal 226 41 202 0 116 15 51 466 100 44
Binary 10010110 100001 10000010 0 1001110 1101 101001 100110110 1000000 100100

Color Harmonies of #962182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962182

Black with #962182

Text Example


Text Example

White with #962182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962182; }

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

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

background-color css

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

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

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

border-color css

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

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

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