Html Css Color HEX #963886 Dark Purple

📋 copy color: '#963886'

red 150 ◦ green 56 ◦ blue 134

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

Shades of Dark Purple #963886

Tints of Dark Purple #963886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.47%

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

R = 44.12%
G = 16.47%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#963886 (or 0x963886) is known color: Dark Purple. HEX triplet: 96, 38 and 86. RGB value is (150,56,134). Sum of RGB (Red+Green+Blue) = 150+56+134=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #963886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963886 is #69C779. Grayscale: #5C5C5C. Windows color (decimal): -6932346 or 8796310. OLE color: 8796310.

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

Color convert

RGB 150 56 134 -
CMYK 0 0.63 0.11 0.41
HSL 310.21º 0.46% 0.4% -
HSV(B) 310.21º 0.63% 0.59% -
XYZ 18.29 11.03 23.72 -
YUV 93 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 150 56 134 0 0.63 0.11 0.41 310.21 0.46 0.4
Hex 96 38 86 0 3F B 29 136 2E 28
Octal 226 70 206 0 77 13 51 466 56 50
Binary 10010110 111000 10000110 0 111111 1011 101001 100110110 101110 101000

Color Harmonies of #963886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963886

Black with #963886

Text Example


Text Example

White with #963886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963886; }

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

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

background-color css

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

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

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

border-color css

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

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

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