Html Css Color HEX #963B77 Dark Purple

📋 copy color: '#963B77'

red 150 ◦ green 59 ◦ blue 119

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

Shades of Dark Purple #963B77

Tints of Dark Purple #963B77

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.99%

 BLUE value IS 119 (46.88% from 255) = 36.28%

R = 45.73%
G = 17.99%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#963B77 (or 0x963B77) is known color: Dark Purple. HEX triplet: 96, 3B and 77. RGB value is (150,59,119). Sum of RGB (Red+Green+Blue) = 150+59+119=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #963B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963B77 is #69C488. Grayscale: #5C5C5C. Windows color (decimal): -6931593 or 7814038. OLE color: 7814038.

HSL color Cylindrical-coordinate representation of color #963B77: hue angle of 320.44º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #963B77 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 59 119 -
CMYK 0 0.61 0.21 0.41
HSL 320.44º 0.44% 0.41% -
HSV(B) 320.44º 0.61% 0.59% -
XYZ 17.47 10.94 18.64 -
YUV 93.05 142.65 168.62 -
System Red Green Blue C M Y K H S L
Decimal 150 59 119 0 0.61 0.21 0.41 320.44 0.44 0.41
Hex 96 3B 77 0 3D 15 29 140 2C 29
Octal 226 73 167 0 75 25 51 500 54 51
Binary 10010110 111011 1110111 0 111101 10101 101001 101000000 101100 101001

Color Harmonies of #963B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963B77

Black with #963B77

Text Example


Text Example

White with #963B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963B77; }

 p { color: rgb(150,59,119); }

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

background-color css

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

 a { background-color: rgb(150,59,119); }

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

border-color css

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

 span { border-color: rgb(150,59,119); }

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