Html Css Color HEX #961A7C Dark Purple

📋 copy color: '#961A7C'

red 150 ◦ green 26 ◦ blue 124

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

Shades of Dark Purple #961A7C

Tints of Dark Purple #961A7C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.67%

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

R = 50%
G = 8.67%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#961A7C (or 0x961A7C) is known color: Dark Purple. HEX triplet: 96, 1A and 7C. RGB value is (150,26,124). Sum of RGB (Red+Green+Blue) = 150+26+124=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #961A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961A7C is #69E583. Grayscale: #494949. Windows color (decimal): -6940036 or 8133270. OLE color: 8133270.

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

Color convert

RGB 150 26 124 -
CMYK 0 0.83 0.17 0.41
HSL 312.58º 0.7% 0.35% -
HSV(B) 312.58º 0.83% 0.59% -
XYZ 16.59 8.68 19.87 -
YUV 74.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 150 26 124 0 0.83 0.17 0.41 312.58 0.7 0.35
Hex 96 1A 7C 0 53 11 29 139 46 23
Octal 226 32 174 0 123 21 51 471 106 43
Binary 10010110 11010 1111100 0 1010011 10001 101001 100111001 1000110 100011

Color Harmonies of #961A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961A7C

Black with #961A7C

Text Example


Text Example

White with #961A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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