Html Css Color HEX #951898 Dark Magenta

📋 copy color: '#951898'

red 149 ◦ green 24 ◦ blue 152

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

Shades of Dark Magenta #951898

Tints of Dark Magenta #951898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.38%

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

R = 45.85%
G = 7.38%
B = 46.77%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#951898 (or 0x951898) is known color: Dark Magenta. HEX triplet: 95, 18 and 98. RGB value is (149,24,152). Sum of RGB (Red+Green+Blue) = 149+24+152=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #951898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951898 is #6AE767. Grayscale: #4B4B4B. Windows color (decimal): -7006056 or 9967765. OLE color: 9967765.

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

Color convert

RGB 149 24 152 -
CMYK 0.02 0.84 0 0.40
HSL 298.59º 0.73% 0.35% -
HSV(B) 298.59º 0.84% 0.6% -
XYZ 18.39 9.31 30.53 -
YUV 75.97 170.91 180.09 -
System Red Green Blue C M Y K H S L
Decimal 149 24 152 0.02 0.84 0 0.40 298.59 0.73 0.35
Hex 95 18 98 2 54 0 28 12B 49 23
Octal 225 30 230 2 124 0 50 453 111 43
Binary 10010101 11000 10011000 10 1010100 0 101000 100101011 1001001 100011

Color Harmonies of #951898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951898

Black with #951898

Text Example


Text Example

White with #951898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951898; }

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

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

background-color css

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

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

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

border-color css

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

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

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