Html Css Color HEX #961A78 Dark Purple

📋 copy color: '#961A78'

red 150 ◦ green 26 ◦ blue 120

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

Shades of Dark Purple #961A78

Tints of Dark Purple #961A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.54%

R = 50.68%
G = 8.78%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#961A78 (or 0x961A78) is known color: Dark Purple. HEX triplet: 96, 1A and 78. RGB value is (150,26,120). Sum of RGB (Red+Green+Blue) = 150+26+120=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #961A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961A78 is #69E587. Grayscale: #494949. Windows color (decimal): -6940040 or 7871126. OLE color: 7871126.

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

Color convert

RGB 150 26 120 -
CMYK 0 0.83 0.20 0.41
HSL 314.52º 0.7% 0.35% -
HSV(B) 314.52º 0.83% 0.59% -
XYZ 16.34 8.58 18.56 -
YUV 73.79 154.08 182.36 -
System Red Green Blue C M Y K H S L
Decimal 150 26 120 0 0.83 0.20 0.41 314.52 0.7 0.35
Hex 96 1A 78 0 53 14 29 13B 46 23
Octal 226 32 170 0 123 24 51 473 106 43
Binary 10010110 11010 1111000 0 1010011 10100 101001 100111011 1000110 100011

Color Harmonies of #961A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961A78

Black with #961A78

Text Example


Text Example

White with #961A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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