Html Css Color HEX #963985 Dark Purple

📋 copy color: '#963985'

red 150 ◦ green 57 ◦ blue 133

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

Shades of Dark Purple #963985

Tints of Dark Purple #963985

RGB

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

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

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

R = 44.12%
G = 16.76%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#963985 (or 0x963985) is known color: Dark Purple. HEX triplet: 96, 39 and 85. RGB value is (150,57,133). Sum of RGB (Red+Green+Blue) = 150+57+133=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #963985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963985 is #69C67A. Grayscale: #5D5D5D. Windows color (decimal): -6932091 or 8731030. OLE color: 8731030.

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

Color convert

RGB 150 57 133 -
CMYK 0 0.62 0.11 0.41
HSL 310.97º 0.45% 0.41% -
HSV(B) 310.97º 0.62% 0.59% -
XYZ 18.27 11.1 23.37 -
YUV 93.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 150 57 133 0 0.62 0.11 0.41 310.97 0.45 0.41
Hex 96 39 85 0 3E B 29 137 2D 29
Octal 226 71 205 0 76 13 51 467 55 51
Binary 10010110 111001 10000101 0 111110 1011 101001 100110111 101101 101001

Color Harmonies of #963985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963985

Black with #963985

Text Example


Text Example

White with #963985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963985; }

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

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

background-color css

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

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

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

border-color css

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

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

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