Html Css Color HEX #963977 Dark Purple

📋 copy color: '#963977'

red 150 ◦ green 57 ◦ blue 119

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

Shades of Dark Purple #963977

Tints of Dark Purple #963977

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.48%

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

R = 46.01%
G = 17.48%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#963977 (or 0x963977) is known color: Dark Purple. HEX triplet: 96, 39 and 77. RGB value is (150,57,119). Sum of RGB (Red+Green+Blue) = 150+57+119=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #963977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963977 is #69C688. Grayscale: #5B5B5B. Windows color (decimal): -6932105 or 7813526. OLE color: 7813526.

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

Color convert

RGB 150 57 119 -
CMYK 0 0.62 0.21 0.41
HSL 320º 0.45% 0.41% -
HSV(B) 320º 0.62% 0.59% -
XYZ 17.37 10.74 18.61 -
YUV 91.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 150 57 119 0 0.62 0.21 0.41 320 0.45 0.41
Hex 96 39 77 0 3E 15 29 140 2D 29
Octal 226 71 167 0 76 25 51 500 55 51
Binary 10010110 111001 1110111 0 111110 10101 101001 101000000 101101 101001

Color Harmonies of #963977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963977

Black with #963977

Text Example


Text Example

White with #963977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963977; }

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

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

background-color css

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

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

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

border-color css

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

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

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