Html Css Color HEX #963885 Dark Purple

📋 copy color: '#963885'

red 150 ◦ green 56 ◦ blue 133

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

Shades of Dark Purple #963885

Tints of Dark Purple #963885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.23%

R = 44.25%
G = 16.52%
B = 39.23%

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

#963885 (or 0x963885) is known color: Dark Purple. HEX triplet: 96, 38 and 85. RGB value is (150,56,133). Sum of RGB (Red+Green+Blue) = 150+56+133=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #963885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963885 is #69C77A. Grayscale: #5C5C5C. Windows color (decimal): -6932347 or 8730774. OLE color: 8730774.

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

Color convert

RGB 150 56 133 -
CMYK 0 0.63 0.11 0.41
HSL 310.85º 0.46% 0.4% -
HSV(B) 310.85º 0.63% 0.59% -
XYZ 18.23 11.01 23.35 -
YUV 92.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 150 56 133 0 0.63 0.11 0.41 310.85 0.46 0.4
Hex 96 38 85 0 3F B 29 137 2E 28
Octal 226 70 205 0 77 13 51 467 56 50
Binary 10010110 111000 10000101 0 111111 1011 101001 100110111 101110 101000

Color Harmonies of #963885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963885

Black with #963885

Text Example


Text Example

White with #963885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963885; }

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

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

background-color css

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

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

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

border-color css

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

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

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