#951b98

Color #951B98 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #951B98

Tints of Dark Magenta #951B98

Color information

#951B98 (or 0x951B98) is unknown color: approx Dark Magenta. HEX triplet: 95, 1B and 98. RGB value is (149,27,152). Sum of RGB (Red+Green+Blue) = 149+27+152=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #951B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951B98 is #6AE467. Grayscale: #4D4D4D. Windows color (decimal): -7005288 or 9968533. OLE color: 9968533.

HSL color Cylindrical-coordinate representation of color #951B98: hue angle of 298.56º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951B98 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14927152-
CMYK0.020.8200.40
HSL298.56º69.83%35.1%-
HSV(B)298.56º82.24%59.61%-
XYZ18.459.4430.56-
YUV77.73169.92178.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 27 (10.94% from 255) = 8.23%
BLUE value IS 152 (59.77% from 255) = 46.34%
R=45.43%
G=8.23%
B=46.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149271520.020.8200.40298.5669.8335.1
Hex951B9825202812b4623
Octal22533230212205045310643
Binary10010101110111001100010101001001010001001010111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951b98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #951b98;
 }
 .AnyTagClassName
 {
   color: #951b98;
 }
</style>
background-color css

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

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

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

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

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

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