Html Css Color HEX #8509A7 Dark Magenta

📋 copy color: '#8509A7'

red 133 ◦ green 9 ◦ blue 167

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

Shades of Dark Magenta #8509A7

Tints of Dark Magenta #8509A7

RGB

 RED value IS 133 (52.34% from 255) = 43.04%

 GREEN value IS 9 (3.91% from 255) = 2.91%

 BLUE value IS 167 (65.63% from 255) = 54.05%

R = 43.04%
G = 2.91%
B = 54.05%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8509A7 (or 0x8509A7) is known color: Dark Magenta. HEX triplet: 85, 09 and A7. RGB value is (133,9,167). Sum of RGB (Red+Green+Blue) = 133+9+167=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 167 (65.62% from 255 or 54.05% from 309); Max value from RGB is 167 - color contains mainly: blue. Hex color #8509A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8509A7 is #7AF658. Grayscale: #3F3F3F. Windows color (decimal): -8058457 or 10946949. OLE color: 10946949.

HSL color Cylindrical-coordinate representation of color #8509A7: hue angle of 287.09º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8509A7 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 9 167 -
CMYK 0.20 0.95 0 0.35
HSL 287.09º 0.9% 0.35% -
HSV(B) 287.09º 0.95% 0.65% -
XYZ 16.75 7.97 37.22 -
YUV 64.09 186.08 177.15 -
System Red Green Blue C M Y K H S L
Decimal 133 9 167 0.20 0.95 0 0.35 287.09 0.9 0.35
Hex 85 9 A7 14 5F 0 23 11F 5A 23
Octal 205 11 247 24 137 0 43 437 132 43
Binary 10000101 1001 10100111 10100 1011111 0 100011 100011111 1011010 100011

Color Harmonies of #8509A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8509A7

Black with #8509A7

Text Example


Text Example

White with #8509A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8509A7; }

 p { color: rgb(133,9,167); }

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

background-color css

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

 a { background-color: rgb(133,9,167); }

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

border-color css

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

 span { border-color: rgb(133,9,167); }

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