Html Css Color HEX #962489 Dark Purple

📋 copy color: '#962489'

red 150 ◦ green 36 ◦ blue 137

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

Shades of Dark Purple #962489

Tints of Dark Purple #962489

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.15%

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

R = 46.44%
G = 11.15%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#962489 (or 0x962489) is known color: Dark Purple. HEX triplet: 96, 24 and 89. RGB value is (150,36,137). Sum of RGB (Red+Green+Blue) = 150+36+137=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #962489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962489 is #69DB76. Grayscale: #515151. Windows color (decimal): -6937463 or 8987798. OLE color: 8987798.

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

Color convert

RGB 150 36 137 -
CMYK 0 0.76 0.09 0.41
HSL 306.84º 0.61% 0.36% -
HSV(B) 306.84º 0.76% 0.59% -
XYZ 17.72 9.55 24.58 -
YUV 81.6 159.27 176.79 -
System Red Green Blue C M Y K H S L
Decimal 150 36 137 0 0.76 0.09 0.41 306.84 0.61 0.36
Hex 96 24 89 0 4C 9 29 133 3D 24
Octal 226 44 211 0 114 11 51 463 75 44
Binary 10010110 100100 10001001 0 1001100 1001 101001 100110011 111101 100100

Color Harmonies of #962489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962489

Black with #962489

Text Example


Text Example

White with #962489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962489; }

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

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

background-color css

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

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

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

border-color css

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

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

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