Html Css Color HEX #961E88 Dark Purple

📋 copy color: '#961E88'

red 150 ◦ green 30 ◦ blue 136

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

Shades of Dark Purple #961E88

Tints of Dark Purple #961E88

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.49%

 BLUE value IS 136 (53.52% from 255) = 43.04%

R = 47.47%
G = 9.49%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#961E88 (or 0x961E88) is known color: Dark Purple. HEX triplet: 96, 1E and 88. RGB value is (150,30,136). Sum of RGB (Red+Green+Blue) = 150+30+136=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #961E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961E88 is #69E177. Grayscale: #4D4D4D. Windows color (decimal): -6939000 or 8920726. OLE color: 8920726.

HSL color Cylindrical-coordinate representation of color #961E88: hue angle of 307º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #961E88 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 30 136 -
CMYK 0 0.80 0.09 0.41
HSL 307º 0.67% 0.35% -
HSV(B) 307º 0.8% 0.59% -
XYZ 17.49 9.19 24.14 -
YUV 77.96 160.76 179.38 -
System Red Green Blue C M Y K H S L
Decimal 150 30 136 0 0.80 0.09 0.41 307 0.67 0.35
Hex 96 1E 88 0 50 9 29 133 43 23
Octal 226 36 210 0 120 11 51 463 103 43
Binary 10010110 11110 10001000 0 1010000 1001 101001 100110011 1000011 100011

Color Harmonies of #961E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961E88

Black with #961E88

Text Example


Text Example

White with #961E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961E88; }

 p { color: rgb(150,30,136); }

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

background-color css

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

 a { background-color: rgb(150,30,136); }

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

border-color css

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

 span { border-color: rgb(150,30,136); }

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