Html Css Color HEX #963987 Dark Purple

📋 copy color: '#963987'

red 150 ◦ green 57 ◦ blue 135

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

Shades of Dark Purple #963987

Tints of Dark Purple #963987

RGB

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

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

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

R = 43.86%
G = 16.67%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#963987 (or 0x963987) is known color: Dark Purple. HEX triplet: 96, 39 and 87. RGB value is (150,57,135). Sum of RGB (Red+Green+Blue) = 150+57+135=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #963987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963987 is #69C678. Grayscale: #5D5D5D. Windows color (decimal): -6932089 or 8862102. OLE color: 8862102.

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

Color convert

RGB 150 57 135 -
CMYK 0 0.62 0.1 0.41
HSL 309.68º 0.45% 0.41% -
HSV(B) 309.68º 0.62% 0.59% -
XYZ 18.41 11.16 24.11 -
YUV 93.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 150 57 135 0 0.62 0.1 0.41 309.68 0.45 0.41
Hex 96 39 87 0 3E A 29 136 2D 29
Octal 226 71 207 0 76 12 51 466 55 51
Binary 10010110 111001 10000111 0 111110 1010 101001 100110110 101101 101001

Color Harmonies of #963987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963987

Black with #963987

Text Example


Text Example

White with #963987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963987; }

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

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

background-color css

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

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

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

border-color css

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

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

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