Html Css Color HEX #951E98 Dark Magenta

📋 copy color: '#951E98'

red 149 ◦ green 30 ◦ blue 152

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

Shades of Dark Magenta #951E98

Tints of Dark Magenta #951E98

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.06%

 BLUE value IS 152 (59.77% from 255) = 45.92%

R = 45.02%
G = 9.06%
B = 45.92%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#951E98 (or 0x951E98) is known color: Dark Magenta. HEX triplet: 95, 1E and 98. RGB value is (149,30,152). Sum of RGB (Red+Green+Blue) = 149+30+152=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #951E98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951E98 is #6AE167. Grayscale: #4F4F4F. Windows color (decimal): -7004520 or 9969301. OLE color: 9969301.

HSL color Cylindrical-coordinate representation of color #951E98: hue angle of 298.52º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #951E98 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 30 152 -
CMYK 0.02 0.80 0 0.40
HSL 298.52º 0.67% 0.36% -
HSV(B) 298.52º 0.8% 0.6% -
XYZ 18.53 9.59 30.58 -
YUV 79.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 149 30 152 0.02 0.80 0 0.40 298.52 0.67 0.36
Hex 95 1E 98 2 50 0 28 12B 43 24
Octal 225 36 230 2 120 0 50 453 103 44
Binary 10010101 11110 10011000 10 1010000 0 101000 100101011 1000011 100100

Color Harmonies of #951E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951E98

Black with #951E98

Text Example


Text Example

White with #951E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,30,152); }

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

background-color css

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

 a { background-color: rgb(149,30,152); }

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

border-color css

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

 span { border-color: rgb(149,30,152); }

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