Html Css Color HEX #963881 Dark Purple

📋 copy color: '#963881'

red 150 ◦ green 56 ◦ blue 129

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

Shades of Dark Purple #963881

Tints of Dark Purple #963881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.51%

R = 44.78%
G = 16.72%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#963881 (or 0x963881) is known color: Dark Purple. HEX triplet: 96, 38 and 81. RGB value is (150,56,129). Sum of RGB (Red+Green+Blue) = 150+56+129=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #963881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963881 is #69C77E. Grayscale: #5C5C5C. Windows color (decimal): -6932351 or 8468630. OLE color: 8468630.

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

Color convert

RGB 150 56 129 -
CMYK 0 0.63 0.14 0.41
HSL 313.4º 0.46% 0.4% -
HSV(B) 313.4º 0.63% 0.59% -
XYZ 17.95 10.9 21.93 -
YUV 92.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 150 56 129 0 0.63 0.14 0.41 313.4 0.46 0.4
Hex 96 38 81 0 3F E 29 139 2E 28
Octal 226 70 201 0 77 16 51 471 56 50
Binary 10010110 111000 10000001 0 111111 1110 101001 100111001 101110 101000

Color Harmonies of #963881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963881

Black with #963881

Text Example


Text Example

White with #963881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963881; }

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

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

background-color css

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

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

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

border-color css

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

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

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