Html Css Color HEX #963374 Dark Purple

📋 copy color: '#963374'

red 150 ◦ green 51 ◦ blue 116

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

Shades of Dark Purple #963374

Tints of Dark Purple #963374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.09%

 BLUE value IS 116 (45.7% from 255) = 36.59%

R = 47.32%
G = 16.09%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#963374 (or 0x963374) is known color: Dark Purple. HEX triplet: 96, 33 and 74. RGB value is (150,51,116). Sum of RGB (Red+Green+Blue) = 150+51+116=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #963374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963374 is #69CC8B. Grayscale: #575757. Windows color (decimal): -6933644 or 7615382. OLE color: 7615382.

HSL color Cylindrical-coordinate representation of color #963374: hue angle of 320.61º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963374 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 51 116 -
CMYK 0 0.66 0.23 0.41
HSL 320.61º 0.49% 0.39% -
HSV(B) 320.61º 0.66% 0.59% -
XYZ 16.91 10.11 17.58 -
YUV 88.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 150 51 116 0 0.66 0.23 0.41 320.61 0.49 0.39
Hex 96 33 74 0 42 17 29 141 31 27
Octal 226 63 164 0 102 27 51 501 61 47
Binary 10010110 110011 1110100 0 1000010 10111 101001 101000001 110001 100111

Color Harmonies of #963374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963374

Black with #963374

Text Example


Text Example

White with #963374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963374; }

 p { color: rgb(150,51,116); }

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

background-color css

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

 a { background-color: rgb(150,51,116); }

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

border-color css

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

 span { border-color: rgb(150,51,116); }

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