Html Css Color HEX #951098 Dark Magenta

📋 copy color: '#951098'

red 149 ◦ green 16 ◦ blue 152

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

Shades of Dark Magenta #951098

Tints of Dark Magenta #951098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.05%

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

R = 47%
G = 5.05%
B = 47.95%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#951098 (or 0x951098) is known color: Dark Magenta. HEX triplet: 95, 10 and 98. RGB value is (149,16,152). Sum of RGB (Red+Green+Blue) = 149+16+152=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #951098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951098 is #6AEF67. Grayscale: #464646. Windows color (decimal): -7008104 or 9965717. OLE color: 9965717.

HSL color Cylindrical-coordinate representation of color #951098: hue angle of 298.68º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951098 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 16 152 -
CMYK 0.02 0.89 0 0.40
HSL 298.68º 0.81% 0.33% -
HSV(B) 298.68º 0.89% 0.6% -
XYZ 18.25 9.03 30.49 -
YUV 71.27 173.56 183.44 -
System Red Green Blue C M Y K H S L
Decimal 149 16 152 0.02 0.89 0 0.40 298.68 0.81 0.33
Hex 95 10 98 2 59 0 28 12B 51 21
Octal 225 20 230 2 131 0 50 453 121 41
Binary 10010101 10000 10011000 10 1011001 0 101000 100101011 1010001 100001

Color Harmonies of #951098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951098

Black with #951098

Text Example


Text Example

White with #951098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951098; }

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

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

background-color css

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

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

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

border-color css

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

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

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