Html Css Color HEX #962089 Dark Purple

📋 copy color: '#962089'

red 150 ◦ green 32 ◦ blue 137

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

Shades of Dark Purple #962089

Tints of Dark Purple #962089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.03%

 BLUE value IS 137 (53.91% from 255) = 42.95%

R = 47.02%
G = 10.03%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#962089 (or 0x962089) is known color: Dark Purple. HEX triplet: 96, 20 and 89. RGB value is (150,32,137). Sum of RGB (Red+Green+Blue) = 150+32+137=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #962089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962089 is #69DF76. Grayscale: #4E4E4E. Windows color (decimal): -6938487 or 8986774. OLE color: 8986774.

HSL color Cylindrical-coordinate representation of color #962089: hue angle of 306.61º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962089 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 32 137 -
CMYK 0 0.79 0.09 0.41
HSL 306.61º 0.65% 0.36% -
HSV(B) 306.61º 0.79% 0.59% -
XYZ 17.61 9.32 24.54 -
YUV 79.25 160.59 178.46 -
System Red Green Blue C M Y K H S L
Decimal 150 32 137 0 0.79 0.09 0.41 306.61 0.65 0.36
Hex 96 20 89 0 4F 9 29 133 41 24
Octal 226 40 211 0 117 11 51 463 101 44
Binary 10010110 100000 10001001 0 1001111 1001 101001 100110011 1000001 100100

Color Harmonies of #962089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962089

Black with #962089

Text Example


Text Example

White with #962089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962089; }

 p { color: rgb(150,32,137); }

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

background-color css

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

 a { background-color: rgb(150,32,137); }

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

border-color css

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

 span { border-color: rgb(150,32,137); }

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