Html Css Color HEX #962D7C Dark Purple

📋 copy color: '#962D7C'

red 150 ◦ green 45 ◦ blue 124

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

Shades of Dark Purple #962D7C

Tints of Dark Purple #962D7C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.11%

 BLUE value IS 124 (48.83% from 255) = 38.87%

R = 47.02%
G = 14.11%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#962D7C (or 0x962D7C) is known color: Dark Purple. HEX triplet: 96, 2D and 7C. RGB value is (150,45,124). Sum of RGB (Red+Green+Blue) = 150+45+124=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #962D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962D7C is #69D283. Grayscale: #555555. Windows color (decimal): -6935172 or 8138134. OLE color: 8138134.

HSL color Cylindrical-coordinate representation of color #962D7C: hue angle of 314.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #962D7C is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 45 124 -
CMYK 0 0.70 0.17 0.41
HSL 314.86º 0.54% 0.38% -
HSV(B) 314.86º 0.7% 0.59% -
XYZ 17.15 9.82 20.06 -
YUV 85.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 150 45 124 0 0.70 0.17 0.41 314.86 0.54 0.38
Hex 96 2D 7C 0 46 11 29 13B 36 26
Octal 226 55 174 0 106 21 51 473 66 46
Binary 10010110 101101 1111100 0 1000110 10001 101001 100111011 110110 100110

Color Harmonies of #962D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962D7C

Black with #962D7C

Text Example


Text Example

White with #962D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962D7C; }

 p { color: rgb(150,45,124); }

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

background-color css

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

 a { background-color: rgb(150,45,124); }

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

border-color css

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

 span { border-color: rgb(150,45,124); }

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