Html Css Color HEX #95089E Dark Magenta

📋 copy color: '#95089E'

red 149 ◦ green 8 ◦ blue 158

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

Shades of Dark Magenta #95089E

Tints of Dark Magenta #95089E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.54%

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

R = 47.3%
G = 2.54%
B = 50.16%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95089E (or 0x95089E) is known color: Dark Magenta. HEX triplet: 95, 08 and 9E. RGB value is (149,8,158). Sum of RGB (Red+Green+Blue) = 149+8+158=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #95089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95089E is #6AF761. Grayscale: #424242. Windows color (decimal): -7010146 or 10356885. OLE color: 10356885.

HSL color Cylindrical-coordinate representation of color #95089E: hue angle of 296.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #95089E is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 8 158 -
CMYK 0.06 0.95 0 0.38
HSL 296.4º 0.9% 0.33% -
HSV(B) 296.4º 0.95% 0.62% -
XYZ 18.65 9.03 33.11 -
YUV 67.26 179.21 186.3 -
System Red Green Blue C M Y K H S L
Decimal 149 8 158 0.06 0.95 0 0.38 296.4 0.9 0.33
Hex 95 8 9E 6 5F 0 26 128 5A 21
Octal 225 10 236 6 137 0 46 450 132 41
Binary 10010101 1000 10011110 110 1011111 0 100110 100101000 1011010 100001

Color Harmonies of #95089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95089E

Black with #95089E

Text Example


Text Example

White with #95089E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95089E; }

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

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

background-color css

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

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

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

border-color css

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

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

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