Html Css Color HEX #962288 Dark Purple

📋 copy color: '#962288'

red 150 ◦ green 34 ◦ blue 136

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

Shades of Dark Purple #962288

Tints of Dark Purple #962288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.63%

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

R = 46.88%
G = 10.63%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#962288 (or 0x962288) is known color: Dark Purple. HEX triplet: 96, 22 and 88. RGB value is (150,34,136). Sum of RGB (Red+Green+Blue) = 150+34+136=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #962288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962288 is #69DD77. Grayscale: #505050. Windows color (decimal): -6937976 or 8921750. OLE color: 8921750.

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

Color convert

RGB 150 34 136 -
CMYK 0 0.77 0.09 0.41
HSL 307.24º 0.63% 0.36% -
HSV(B) 307.24º 0.77% 0.59% -
XYZ 17.59 9.41 24.18 -
YUV 80.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 150 34 136 0 0.77 0.09 0.41 307.24 0.63 0.36
Hex 96 22 88 0 4D 9 29 133 3F 24
Octal 226 42 210 0 115 11 51 463 77 44
Binary 10010110 100010 10001000 0 1001101 1001 101001 100110011 111111 100100

Color Harmonies of #962288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962288

Black with #962288

Text Example


Text Example

White with #962288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962288; }

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

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

background-color css

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

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

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

border-color css

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

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

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