Html Css Color HEX #961D90 Dark Purple

📋 copy color: '#961D90'

red 150 ◦ green 29 ◦ blue 144

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

Shades of Dark Purple #961D90

Tints of Dark Purple #961D90

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.98%

 BLUE value IS 144 (56.64% from 255) = 44.58%

R = 46.44%
G = 8.98%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#961D90 (or 0x961D90) is known color: Dark Purple. HEX triplet: 96, 1D and 90. RGB value is (150,29,144). Sum of RGB (Red+Green+Blue) = 150+29+144=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #961D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961D90 is #69E26F. Grayscale: #4D4D4D. Windows color (decimal): -6939248 or 9444758. OLE color: 9444758.

HSL color Cylindrical-coordinate representation of color #961D90: hue angle of 302.98º degrees, saturation: 0.68, 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 #961D90 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 29 144 -
CMYK 0 0.81 0.04 0.41
HSL 302.98º 0.68% 0.35% -
HSV(B) 302.98º 0.81% 0.59% -
XYZ 18.05 9.38 27.24 -
YUV 78.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 150 29 144 0 0.81 0.04 0.41 302.98 0.68 0.35
Hex 96 1D 90 0 51 4 29 12F 44 23
Octal 226 35 220 0 121 4 51 457 104 43
Binary 10010110 11101 10010000 0 1010001 100 101001 100101111 1000100 100011

Color Harmonies of #961D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961D90

Black with #961D90

Text Example


Text Example

White with #961D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,29,144); }

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

background-color css

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

 a { background-color: rgb(150,29,144); }

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

border-color css

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

 span { border-color: rgb(150,29,144); }

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