Html Css Color HEX #962590 Dark Purple

📋 copy color: '#962590'

red 150 ◦ green 37 ◦ blue 144

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

Shades of Dark Purple #962590

Tints of Dark Purple #962590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.18%

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

R = 45.32%
G = 11.18%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#962590 (or 0x962590) is known color: Dark Purple. HEX triplet: 96, 25 and 90. RGB value is (150,37,144). Sum of RGB (Red+Green+Blue) = 150+37+144=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #962590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962590 is #69DA6F. Grayscale: #525252. Windows color (decimal): -6937200 or 9446806. OLE color: 9446806.

HSL color Cylindrical-coordinate representation of color #962590: hue angle of 303.19º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962590 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 37 144 -
CMYK 0 0.75 0.04 0.41
HSL 303.19º 0.6% 0.37% -
HSV(B) 303.19º 0.75% 0.59% -
XYZ 18.27 9.82 27.32 -
YUV 82.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 150 37 144 0 0.75 0.04 0.41 303.19 0.6 0.37
Hex 96 25 90 0 4B 4 29 12F 3C 25
Octal 226 45 220 0 113 4 51 457 74 45
Binary 10010110 100101 10010000 0 1001011 100 101001 100101111 111100 100101

Color Harmonies of #962590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962590

Black with #962590

Text Example


Text Example

White with #962590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962590; }

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

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

background-color css

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

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

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

border-color css

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

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

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