Html Css Color HEX #963F87 Dark Purple

📋 copy color: '#963F87'

red 150 ◦ green 63 ◦ blue 135

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

Shades of Dark Purple #963F87

Tints of Dark Purple #963F87

RGB

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

 GREEN value IS 63 (25% from 255) = 18.1%

 BLUE value IS 135 (53.13% from 255) = 38.79%

R = 43.1%
G = 18.1%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#963F87 (or 0x963F87) is known color: Dark Purple. HEX triplet: 96, 3F and 87. RGB value is (150,63,135). Sum of RGB (Red+Green+Blue) = 150+63+135=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #963F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963F87 is #69C078. Grayscale: #616161. Windows color (decimal): -6930553 or 8863638. OLE color: 8863638.

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

Color convert

RGB 150 63 135 -
CMYK 0 0.58 0.1 0.41
HSL 310.34º 0.41% 0.42% -
HSV(B) 310.34º 0.58% 0.59% -
XYZ 18.73 11.79 24.21 -
YUV 97.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 150 63 135 0 0.58 0.1 0.41 310.34 0.41 0.42
Hex 96 3F 87 0 3A A 29 136 29 2A
Octal 226 77 207 0 72 12 51 466 51 52
Binary 10010110 111111 10000111 0 111010 1010 101001 100110110 101001 101010

Color Harmonies of #963F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963F87

Black with #963F87

Text Example


Text Example

White with #963F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,63,135); }

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

background-color css

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

 a { background-color: rgb(150,63,135); }

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

border-color css

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

 span { border-color: rgb(150,63,135); }

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