Html Css Color HEX #95067F Dark Magenta

📋 copy color: '#95067F'

red 149 ◦ green 6 ◦ blue 127

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

Shades of Dark Magenta #95067F

Tints of Dark Magenta #95067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.13%

 BLUE value IS 127 (50% from 255) = 45.04%

R = 52.84%
G = 2.13%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95067F (or 0x95067F) is known color: Dark Magenta. HEX triplet: 95, 06 and 7F. RGB value is (149,6,127). Sum of RGB (Red+Green+Blue) = 149+6+127=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #95067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95067F is #6AF980. Grayscale: #3E3E3E. Windows color (decimal): -7010689 or 8324757. OLE color: 8324757.

HSL color Cylindrical-coordinate representation of color #95067F: hue angle of 309.23º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #95067F is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 6 127 -
CMYK 0 0.96 0.15 0.42
HSL 309.23º 0.92% 0.3% -
HSV(B) 309.23º 0.96% 0.58% -
XYZ 16.29 8.05 20.77 -
YUV 62.55 164.38 189.66 -
System Red Green Blue C M Y K H S L
Decimal 149 6 127 0 0.96 0.15 0.42 309.23 0.92 0.3
Hex 95 6 7F 0 60 F 2A 135 5C 1E
Octal 225 6 177 0 140 17 52 465 134 36
Binary 10010101 110 1111111 0 1100000 1111 101010 100110101 1011100 11110

Color Harmonies of #95067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95067F

Black with #95067F

Text Example


Text Example

White with #95067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95067F; }

 p { color: rgb(149,6,127); }

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

background-color css

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

 a { background-color: rgb(149,6,127); }

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

border-color css

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

 span { border-color: rgb(149,6,127); }

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