Html Css Color HEX #961A6E Dark Purple

📋 copy color: '#961A6E'

red 150 ◦ green 26 ◦ blue 110

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

Shades of Dark Purple #961A6E

Tints of Dark Purple #961A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.46%

R = 52.45%
G = 9.09%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#961A6E (or 0x961A6E) is known color: Dark Purple. HEX triplet: 96, 1A and 6E. RGB value is (150,26,110). Sum of RGB (Red+Green+Blue) = 150+26+110=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #961A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961A6E is #69E591. Grayscale: #484848. Windows color (decimal): -6940050 or 7215766. OLE color: 7215766.

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

Color convert

RGB 150 26 110 -
CMYK 0 0.83 0.27 0.41
HSL 319.35º 0.7% 0.35% -
HSV(B) 319.35º 0.83% 0.59% -
XYZ 15.76 8.35 15.53 -
YUV 72.65 149.08 183.17 -
System Red Green Blue C M Y K H S L
Decimal 150 26 110 0 0.83 0.27 0.41 319.35 0.7 0.35
Hex 96 1A 6E 0 53 1B 29 13F 46 23
Octal 226 32 156 0 123 33 51 477 106 43
Binary 10010110 11010 1101110 0 1010011 11011 101001 100111111 1000110 100011

Color Harmonies of #961A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961A6E

Black with #961A6E

Text Example


Text Example

White with #961A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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