Html Css Color HEX #962984 Dark Purple

📋 copy color: '#962984'

red 150 ◦ green 41 ◦ blue 132

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

Shades of Dark Purple #962984

Tints of Dark Purple #962984

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.69%

 BLUE value IS 132 (51.95% from 255) = 40.87%

R = 46.44%
G = 12.69%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#962984 (or 0x962984) is known color: Dark Purple. HEX triplet: 96, 29 and 84. RGB value is (150,41,132). Sum of RGB (Red+Green+Blue) = 150+41+132=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #962984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962984 is #69D67B. Grayscale: #535353. Windows color (decimal): -6936188 or 8661398. OLE color: 8661398.

HSL color Cylindrical-coordinate representation of color #962984: hue angle of 309.91º degrees, saturation: 0.57, 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 #962984 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 132 -
CMYK 0 0.73 0.12 0.41
HSL 309.91º 0.57% 0.37% -
HSV(B) 309.91º 0.73% 0.59% -
XYZ 17.54 9.74 22.78 -
YUV 83.97 155.11 175.1 -
System Red Green Blue C M Y K H S L
Decimal 150 41 132 0 0.73 0.12 0.41 309.91 0.57 0.37
Hex 96 29 84 0 49 C 29 136 39 25
Octal 226 51 204 0 111 14 51 466 71 45
Binary 10010110 101001 10000100 0 1001001 1100 101001 100110110 111001 100101

Color Harmonies of #962984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962984

Black with #962984

Text Example


Text Example

White with #962984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962984; }

 p { color: rgb(150,41,132); }

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

background-color css

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

 a { background-color: rgb(150,41,132); }

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

border-color css

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

 span { border-color: rgb(150,41,132); }

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