Html Css Color HEX #963880 Dark Purple

📋 copy color: '#963880'

red 150 ◦ green 56 ◦ blue 128

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

Shades of Dark Purple #963880

Tints of Dark Purple #963880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.32%

R = 44.91%
G = 16.77%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#963880 (or 0x963880) is known color: Dark Purple. HEX triplet: 96, 38 and 80. RGB value is (150,56,128). Sum of RGB (Red+Green+Blue) = 150+56+128=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #963880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963880 is #69C77F. Grayscale: #5C5C5C. Windows color (decimal): -6932352 or 8403094. OLE color: 8403094.

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

Color convert

RGB 150 56 128 -
CMYK 0 0.63 0.15 0.41
HSL 314.04º 0.46% 0.4% -
HSV(B) 314.04º 0.63% 0.59% -
XYZ 17.89 10.87 21.58 -
YUV 92.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 150 56 128 0 0.63 0.15 0.41 314.04 0.46 0.4
Hex 96 38 80 0 3F F 29 13A 2E 28
Octal 226 70 200 0 77 17 51 472 56 50
Binary 10010110 111000 10000000 0 111111 1111 101001 100111010 101110 101000

Color Harmonies of #963880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963880

Black with #963880

Text Example


Text Example

White with #963880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963880; }

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

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

background-color css

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

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

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

border-color css

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

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

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