Html Css Color HEX #951A9E Dark Magenta

📋 copy color: '#951A9E'

red 149 ◦ green 26 ◦ blue 158

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

Shades of Dark Magenta #951A9E

Tints of Dark Magenta #951A9E

RGB

 RED value IS 149 (58.59% from 255) = 44.74%

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

 BLUE value IS 158 (62.11% from 255) = 47.45%

R = 44.74%
G = 7.81%
B = 47.45%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#951A9E (or 0x951A9E) is known color: Dark Magenta. HEX triplet: 95, 1A and 9E. RGB value is (149,26,158). Sum of RGB (Red+Green+Blue) = 149+26+158=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #951A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951A9E is #6AE561. Grayscale: #4D4D4D. Windows color (decimal): -7005538 or 10361493. OLE color: 10361493.

HSL color Cylindrical-coordinate representation of color #951A9E: hue angle of 295.91º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951A9E is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 26 158 -
CMYK 0.06 0.84 0 0.38
HSL 295.91º 0.72% 0.36% -
HSV(B) 295.91º 0.84% 0.62% -
XYZ 18.94 9.6 33.2 -
YUV 77.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 149 26 158 0.06 0.84 0 0.38 295.91 0.72 0.36
Hex 95 1A 9E 6 54 0 26 128 48 24
Octal 225 32 236 6 124 0 46 450 110 44
Binary 10010101 11010 10011110 110 1010100 0 100110 100101000 1001000 100100

Color Harmonies of #951A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A9E

Black with #951A9E

Text Example


Text Example

White with #951A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951A9E; }

 p { color: rgb(149,26,158); }

 H1.HeaderClassName
 {
   color: #951A9E;
 }
 .AnyTagClassName
 {
   color: #951A9E;
 }
</style>

background-color css

<style>
 a { background-color: #951A9E; }

 a { background-color: rgb(149,26,158); }

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

border-color css

<style>
 span { border-color: #951A9E; }

 span { border-color: rgb(149,26,158); }

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