Html Css Color HEX #961384 Dark Purple

📋 copy color: '#961384'

red 150 ◦ green 19 ◦ blue 132

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

Shades of Dark Purple #961384

Tints of Dark Purple #961384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.31%

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

R = 49.83%
G = 6.31%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#961384 (or 0x961384) is known color: Dark Purple. HEX triplet: 96, 13 and 84. RGB value is (150,19,132). Sum of RGB (Red+Green+Blue) = 150+19+132=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #961384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961384 is #69EC7B. Grayscale: #464646. Windows color (decimal): -6941820 or 8655766. OLE color: 8655766.

HSL color Cylindrical-coordinate representation of color #961384: hue angle of 308.24º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961384 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 132 -
CMYK 0 0.87 0.12 0.41
HSL 308.24º 0.78% 0.33% -
HSV(B) 308.24º 0.87% 0.59% -
XYZ 16.98 8.62 22.6 -
YUV 71.05 162.4 184.31 -
System Red Green Blue C M Y K H S L
Decimal 150 19 132 0 0.87 0.12 0.41 308.24 0.78 0.33
Hex 96 13 84 0 57 C 29 134 4E 21
Octal 226 23 204 0 127 14 51 464 116 41
Binary 10010110 10011 10000100 0 1010111 1100 101001 100110100 1001110 100001

Color Harmonies of #961384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961384

Black with #961384

Text Example


Text Example

White with #961384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961384; }

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

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

background-color css

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

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

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

border-color css

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

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

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