Html Css Color HEX #962384 Dark Purple

📋 copy color: '#962384'

red 150 ◦ green 35 ◦ blue 132

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

Shades of Dark Purple #962384

Tints of Dark Purple #962384

RGB

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

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

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

R = 47.32%
G = 11.04%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#962384 (or 0x962384) is known color: Dark Purple. HEX triplet: 96, 23 and 84. RGB value is (150,35,132). Sum of RGB (Red+Green+Blue) = 150+35+132=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #962384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962384 is #69DC7B. Grayscale: #505050. Windows color (decimal): -6937724 or 8659862. OLE color: 8659862.

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

Color convert

RGB 150 35 132 -
CMYK 0 0.77 0.12 0.41
HSL 309.39º 0.62% 0.36% -
HSV(B) 309.39º 0.77% 0.59% -
XYZ 17.34 9.35 22.72 -
YUV 80.44 157.1 177.61 -
System Red Green Blue C M Y K H S L
Decimal 150 35 132 0 0.77 0.12 0.41 309.39 0.62 0.36
Hex 96 23 84 0 4D C 29 135 3E 24
Octal 226 43 204 0 115 14 51 465 76 44
Binary 10010110 100011 10000100 0 1001101 1100 101001 100110101 111110 100100

Color Harmonies of #962384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962384

Black with #962384

Text Example


Text Example

White with #962384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962384; }

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

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

background-color css

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

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

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

border-color css

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

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

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