Html Css Color HEX #962488 Dark Purple

📋 copy color: '#962488'

red 150 ◦ green 36 ◦ blue 136

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

Shades of Dark Purple #962488

Tints of Dark Purple #962488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.24%

R = 46.58%
G = 11.18%
B = 42.24%

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

#962488 (or 0x962488) is known color: Dark Purple. HEX triplet: 96, 24 and 88. RGB value is (150,36,136). Sum of RGB (Red+Green+Blue) = 150+36+136=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #962488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962488 is #69DB77. Grayscale: #515151. Windows color (decimal): -6937464 or 8922262. OLE color: 8922262.

HSL color Cylindrical-coordinate representation of color #962488: hue angle of 307.37º 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 #962488 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 36 136 -
CMYK 0 0.76 0.09 0.41
HSL 307.37º 0.61% 0.36% -
HSV(B) 307.37º 0.76% 0.59% -
XYZ 17.65 9.52 24.2 -
YUV 81.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 150 36 136 0 0.76 0.09 0.41 307.37 0.61 0.36
Hex 96 24 88 0 4C 9 29 133 3D 24
Octal 226 44 210 0 114 11 51 463 75 44
Binary 10010110 100100 10001000 0 1001100 1001 101001 100110011 111101 100100

Color Harmonies of #962488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962488

Black with #962488

Text Example


Text Example

White with #962488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962488; }

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

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

background-color css

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

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

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

border-color css

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

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

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