Html Css Color HEX #962386 Dark Purple

📋 copy color: '#962386'

red 150 ◦ green 35 ◦ blue 134

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

Shades of Dark Purple #962386

Tints of Dark Purple #962386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.01%

R = 47.02%
G = 10.97%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#962386 (or 0x962386) is known color: Dark Purple. HEX triplet: 96, 23 and 86. RGB value is (150,35,134). Sum of RGB (Red+Green+Blue) = 150+35+134=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #962386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962386 is #69DC79. Grayscale: #505050. Windows color (decimal): -6937722 or 8790934. OLE color: 8790934.

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

Color convert

RGB 150 35 134 -
CMYK 0 0.77 0.11 0.41
HSL 308.35º 0.62% 0.36% -
HSV(B) 308.35º 0.77% 0.59% -
XYZ 17.48 9.41 23.45 -
YUV 80.67 158.1 177.45 -
System Red Green Blue C M Y K H S L
Decimal 150 35 134 0 0.77 0.11 0.41 308.35 0.62 0.36
Hex 96 23 86 0 4D B 29 134 3E 24
Octal 226 43 206 0 115 13 51 464 76 44
Binary 10010110 100011 10000110 0 1001101 1011 101001 100110100 111110 100100

Color Harmonies of #962386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962386

Black with #962386

Text Example


Text Example

White with #962386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962386; }

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

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

background-color css

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

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

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

border-color css

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

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

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