Html Css Color HEX #961C7D Dark Purple

📋 copy color: '#961C7D'

red 150 ◦ green 28 ◦ blue 125

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

Shades of Dark Purple #961C7D

Tints of Dark Purple #961C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.25%

R = 49.5%
G = 9.24%
B = 41.25%

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

#961C7D (or 0x961C7D) is known color: Dark Purple. HEX triplet: 96, 1C and 7D. RGB value is (150,28,125). Sum of RGB (Red+Green+Blue) = 150+28+125=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #961C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961C7D is #69E382. Grayscale: #4B4B4B. Windows color (decimal): -6939523 or 8199318. OLE color: 8199318.

HSL color Cylindrical-coordinate representation of color #961C7D: hue angle of 312.3º 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 #961C7D is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 28 125 -
CMYK 0 0.81 0.17 0.41
HSL 312.3º 0.69% 0.35% -
HSV(B) 312.3º 0.81% 0.59% -
XYZ 16.69 8.8 20.22 -
YUV 75.54 155.92 181.11 -
System Red Green Blue C M Y K H S L
Decimal 150 28 125 0 0.81 0.17 0.41 312.3 0.69 0.35
Hex 96 1C 7D 0 51 11 29 138 45 23
Octal 226 34 175 0 121 21 51 470 105 43
Binary 10010110 11100 1111101 0 1010001 10001 101001 100111000 1000101 100011

Color Harmonies of #961C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C7D

Black with #961C7D

Text Example


Text Example

White with #961C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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