Html Css Color HEX #963983 Dark Purple

📋 copy color: '#963983'

red 150 ◦ green 57 ◦ blue 131

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

Shades of Dark Purple #963983

Tints of Dark Purple #963983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.76%

R = 44.38%
G = 16.86%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#963983 (or 0x963983) is known color: Dark Purple. HEX triplet: 96, 39 and 83. RGB value is (150,57,131). Sum of RGB (Red+Green+Blue) = 150+57+131=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #963983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963983 is #69C67C. Grayscale: #5D5D5D. Windows color (decimal): -6932093 or 8599958. OLE color: 8599958.

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

Color convert

RGB 150 57 131 -
CMYK 0 0.62 0.13 0.41
HSL 312.26º 0.45% 0.41% -
HSV(B) 312.26º 0.62% 0.59% -
XYZ 18.14 11.05 22.65 -
YUV 93.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 150 57 131 0 0.62 0.13 0.41 312.26 0.45 0.41
Hex 96 39 83 0 3E D 29 138 2D 29
Octal 226 71 203 0 76 15 51 470 55 51
Binary 10010110 111001 10000011 0 111110 1101 101001 100111000 101101 101001

Color Harmonies of #963983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963983

Black with #963983

Text Example


Text Example

White with #963983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963983; }

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

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

background-color css

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

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

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

border-color css

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

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

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