Html Css Color HEX #962388 Dark Purple

📋 copy color: '#962388'

red 150 ◦ green 35 ◦ blue 136

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

Shades of Dark Purple #962388

Tints of Dark Purple #962388

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.9%

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

R = 46.73%
G = 10.9%
B = 42.37%

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

#962388 (or 0x962388) is known color: Dark Purple. HEX triplet: 96, 23 and 88. RGB value is (150,35,136). Sum of RGB (Red+Green+Blue) = 150+35+136=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #962388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962388 is #69DC77. Grayscale: #505050. Windows color (decimal): -6937720 or 8922006. OLE color: 8922006.

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

Color convert

RGB 150 35 136 -
CMYK 0 0.77 0.09 0.41
HSL 307.3º 0.62% 0.36% -
HSV(B) 307.3º 0.77% 0.59% -
XYZ 17.62 9.46 24.19 -
YUV 80.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 150 35 136 0 0.77 0.09 0.41 307.3 0.62 0.36
Hex 96 23 88 0 4D 9 29 133 3E 24
Octal 226 43 210 0 115 11 51 463 76 44
Binary 10010110 100011 10001000 0 1001101 1001 101001 100110011 111110 100100

Color Harmonies of #962388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962388

Black with #962388

Text Example


Text Example

White with #962388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962388; }

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

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

background-color css

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

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

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

border-color css

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

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

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