Html Css Color HEX #963386 Dark Purple

📋 copy color: '#963386'

red 150 ◦ green 51 ◦ blue 134

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

Shades of Dark Purple #963386

Tints of Dark Purple #963386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.22%

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

R = 44.78%
G = 15.22%
B = 40%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#963386 (or 0x963386) is known color: Dark Purple. HEX triplet: 96, 33 and 86. RGB value is (150,51,134). Sum of RGB (Red+Green+Blue) = 150+51+134=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #963386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963386 is #69CC79. Grayscale: #595959. Windows color (decimal): -6933626 or 8795030. OLE color: 8795030.

HSL color Cylindrical-coordinate representation of color #963386: hue angle of 309.7º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963386 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 51 134 -
CMYK 0 0.66 0.11 0.41
HSL 309.7º 0.49% 0.39% -
HSV(B) 309.7º 0.66% 0.59% -
XYZ 18.06 10.57 23.64 -
YUV 90.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 150 51 134 0 0.66 0.11 0.41 309.7 0.49 0.39
Hex 96 33 86 0 42 B 29 136 31 27
Octal 226 63 206 0 102 13 51 466 61 47
Binary 10010110 110011 10000110 0 1000010 1011 101001 100110110 110001 100111

Color Harmonies of #963386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963386

Black with #963386

Text Example


Text Example

White with #963386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963386; }

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

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

background-color css

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

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

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

border-color css

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

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

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