Html Css Color HEX #951D9E Dark Magenta

📋 copy color: '#951D9E'

red 149 ◦ green 29 ◦ blue 158

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

Shades of Dark Magenta #951D9E

Tints of Dark Magenta #951D9E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.63%

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

R = 44.35%
G = 8.63%
B = 47.02%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#951D9E (or 0x951D9E) is known color: Dark Magenta. HEX triplet: 95, 1D and 9E. RGB value is (149,29,158). Sum of RGB (Red+Green+Blue) = 149+29+158=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #951D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951D9E is #6AE261. Grayscale: #4F4F4F. Windows color (decimal): -7004770 or 10362261. OLE color: 10362261.

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

Color convert

RGB 149 29 158 -
CMYK 0.06 0.82 0 0.38
HSL 295.81º 0.69% 0.37% -
HSV(B) 295.81º 0.82% 0.62% -
XYZ 19.01 9.74 33.23 -
YUV 79.59 172.26 177.51 -
System Red Green Blue C M Y K H S L
Decimal 149 29 158 0.06 0.82 0 0.38 295.81 0.69 0.37
Hex 95 1D 9E 6 52 0 26 128 45 25
Octal 225 35 236 6 122 0 46 450 105 45
Binary 10010101 11101 10011110 110 1010010 0 100110 100101000 1000101 100101

Color Harmonies of #951D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D9E

Black with #951D9E

Text Example


Text Example

White with #951D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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