Html Css Color HEX #961C91 Dark Purple

📋 copy color: '#961C91'

red 150 ◦ green 28 ◦ blue 145

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

Shades of Dark Purple #961C91

Tints of Dark Purple #961C91

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.67%

 BLUE value IS 145 (57.03% from 255) = 44.89%

R = 46.44%
G = 8.67%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#961C91 (or 0x961C91) is known color: Dark Purple. HEX triplet: 96, 1C and 91. RGB value is (150,28,145). Sum of RGB (Red+Green+Blue) = 150+28+145=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #961C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961C91 is #69E36E. Grayscale: #4D4D4D. Windows color (decimal): -6939503 or 9510038. OLE color: 9510038.

HSL color Cylindrical-coordinate representation of color #961C91: hue angle of 302.46º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961C91 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 28 145 -
CMYK 0 0.81 0.03 0.41
HSL 302.46º 0.69% 0.35% -
HSV(B) 302.46º 0.81% 0.59% -
XYZ 18.1 9.36 27.64 -
YUV 77.82 165.92 179.49 -
System Red Green Blue C M Y K H S L
Decimal 150 28 145 0 0.81 0.03 0.41 302.46 0.69 0.35
Hex 96 1C 91 0 51 3 29 12E 45 23
Octal 226 34 221 0 121 3 51 456 105 43
Binary 10010110 11100 10010001 0 1010001 11 101001 100101110 1000101 100011

Color Harmonies of #961C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C91

Black with #961C91

Text Example


Text Example

White with #961C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,28,145); }

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

background-color css

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

 a { background-color: rgb(150,28,145); }

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

border-color css

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

 span { border-color: rgb(150,28,145); }

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