Html Css Color HEX #961386 Dark Purple

📋 copy color: '#961386'

red 150 ◦ green 19 ◦ blue 134

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

Shades of Dark Purple #961386

Tints of Dark Purple #961386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 44.22%

R = 49.5%
G = 6.27%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#961386 (or 0x961386) is known color: Dark Purple. HEX triplet: 96, 13 and 86. RGB value is (150,19,134). Sum of RGB (Red+Green+Blue) = 150+19+134=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #961386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961386 is #69EC79. Grayscale: #464646. Windows color (decimal): -6941818 or 8786838. OLE color: 8786838.

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

Color convert

RGB 150 19 134 -
CMYK 0 0.87 0.11 0.41
HSL 307.33º 0.78% 0.33% -
HSV(B) 307.33º 0.87% 0.59% -
XYZ 17.11 8.67 23.33 -
YUV 71.28 163.4 184.15 -
System Red Green Blue C M Y K H S L
Decimal 150 19 134 0 0.87 0.11 0.41 307.33 0.78 0.33
Hex 96 13 86 0 57 B 29 133 4E 21
Octal 226 23 206 0 127 13 51 463 116 41
Binary 10010110 10011 10000110 0 1010111 1011 101001 100110011 1001110 100001

Color Harmonies of #961386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961386

Black with #961386

Text Example


Text Example

White with #961386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961386; }

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

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

background-color css

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

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

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

border-color css

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

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

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