Html Css Color HEX #963975 Dark Purple

📋 copy color: '#963975'

red 150 ◦ green 57 ◦ blue 117

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

Shades of Dark Purple #963975

Tints of Dark Purple #963975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.11%

R = 46.3%
G = 17.59%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#963975 (or 0x963975) is known color: Dark Purple. HEX triplet: 96, 39 and 75. RGB value is (150,57,117). Sum of RGB (Red+Green+Blue) = 150+57+117=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #963975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963975 is #69C68A. Grayscale: #5B5B5B. Windows color (decimal): -6932107 or 7682454. OLE color: 7682454.

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

Color convert

RGB 150 57 117 -
CMYK 0 0.62 0.22 0.41
HSL 321.29º 0.45% 0.41% -
HSV(B) 321.29º 0.62% 0.59% -
XYZ 17.25 10.69 17.98 -
YUV 91.65 142.31 169.62 -
System Red Green Blue C M Y K H S L
Decimal 150 57 117 0 0.62 0.22 0.41 321.29 0.45 0.41
Hex 96 39 75 0 3E 16 29 141 2D 29
Octal 226 71 165 0 76 26 51 501 55 51
Binary 10010110 111001 1110101 0 111110 10110 101001 101000001 101101 101001

Color Harmonies of #963975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963975

Black with #963975

Text Example


Text Example

White with #963975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963975; }

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

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

background-color css

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

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

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

border-color css

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

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

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