Html Css Color HEX #962382 Dark Purple

📋 copy color: '#962382'

red 150 ◦ green 35 ◦ blue 130

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

Shades of Dark Purple #962382

Tints of Dark Purple #962382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.11%

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

R = 47.62%
G = 11.11%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#962382 (or 0x962382) is known color: Dark Purple. HEX triplet: 96, 23 and 82. RGB value is (150,35,130). Sum of RGB (Red+Green+Blue) = 150+35+130=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #962382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962382 is #69DC7D. Grayscale: #4F4F4F. Windows color (decimal): -6937726 or 8528790. OLE color: 8528790.

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

Color convert

RGB 150 35 130 -
CMYK 0 0.77 0.13 0.41
HSL 310.43º 0.62% 0.36% -
HSV(B) 310.43º 0.77% 0.59% -
XYZ 17.21 9.3 22.01 -
YUV 80.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 150 35 130 0 0.77 0.13 0.41 310.43 0.62 0.36
Hex 96 23 82 0 4D D 29 136 3E 24
Octal 226 43 202 0 115 15 51 466 76 44
Binary 10010110 100011 10000010 0 1001101 1101 101001 100110110 111110 100100

Color Harmonies of #962382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962382

Black with #962382

Text Example


Text Example

White with #962382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962382; }

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

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

background-color css

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

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

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

border-color css

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

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

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