Html Css Color HEX #961C7C Dark Purple

📋 copy color: '#961C7C'

red 150 ◦ green 28 ◦ blue 124

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

Shades of Dark Purple #961C7C

Tints of Dark Purple #961C7C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.27%

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

R = 49.67%
G = 9.27%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#961C7C (or 0x961C7C) is known color: Dark Purple. HEX triplet: 96, 1C and 7C. RGB value is (150,28,124). Sum of RGB (Red+Green+Blue) = 150+28+124=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #961C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961C7C is #69E383. Grayscale: #4B4B4B. Windows color (decimal): -6939524 or 8133782. OLE color: 8133782.

HSL color Cylindrical-coordinate representation of color #961C7C: hue angle of 312.79º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961C7C is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 28 124 -
CMYK 0 0.81 0.17 0.41
HSL 312.79º 0.69% 0.35% -
HSV(B) 312.79º 0.81% 0.59% -
XYZ 16.63 8.77 19.88 -
YUV 75.42 155.42 181.19 -
System Red Green Blue C M Y K H S L
Decimal 150 28 124 0 0.81 0.17 0.41 312.79 0.69 0.35
Hex 96 1C 7C 0 51 11 29 139 45 23
Octal 226 34 174 0 121 21 51 471 105 43
Binary 10010110 11100 1111100 0 1010001 10001 101001 100111001 1000101 100011

Color Harmonies of #961C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C7C

Black with #961C7C

Text Example


Text Example

White with #961C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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