Html Css Color HEX #962882 Dark Purple

📋 copy color: '#962882'

red 150 ◦ green 40 ◦ blue 130

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

Shades of Dark Purple #962882

Tints of Dark Purple #962882

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.5%

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

R = 46.88%
G = 12.5%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#962882 (or 0x962882) is known color: Dark Purple. HEX triplet: 96, 28 and 82. RGB value is (150,40,130). Sum of RGB (Red+Green+Blue) = 150+40+130=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #962882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962882 is #69D77D. Grayscale: #525252. Windows color (decimal): -6936446 or 8530070. OLE color: 8530070.

HSL color Cylindrical-coordinate representation of color #962882: hue angle of 310.91º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962882 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 40 130 -
CMYK 0 0.73 0.13 0.41
HSL 310.91º 0.58% 0.37% -
HSV(B) 310.91º 0.73% 0.59% -
XYZ 17.37 9.61 22.06 -
YUV 83.15 154.44 175.68 -
System Red Green Blue C M Y K H S L
Decimal 150 40 130 0 0.73 0.13 0.41 310.91 0.58 0.37
Hex 96 28 82 0 49 D 29 137 3A 25
Octal 226 50 202 0 111 15 51 467 72 45
Binary 10010110 101000 10000010 0 1001001 1101 101001 100110111 111010 100101

Color Harmonies of #962882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962882

Black with #962882

Text Example


Text Example

White with #962882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962882; }

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

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

background-color css

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

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

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

border-color css

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

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

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