Html Css Color HEX #8509AF Dark Violet

📋 copy color: '#8509AF'

red 133 ◦ green 9 ◦ blue 175

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

Shades of Dark Violet #8509AF

Tints of Dark Violet #8509AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.21%

R = 41.96%
G = 2.84%
B = 55.21%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8509AF (or 0x8509AF) is known color: Dark Violet. HEX triplet: 85, 09 and AF. RGB value is (133,9,175). Sum of RGB (Red+Green+Blue) = 133+9+175=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #8509AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8509AF is #7AF650. Grayscale: #404040. Windows color (decimal): -8058449 or 11471237. OLE color: 11471237.

HSL color Cylindrical-coordinate representation of color #8509AF: hue angle of 284.82º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8509AF is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 9 175 -
CMYK 0.24 0.95 0 0.31
HSL 284.82º 0.9% 0.36% -
HSV(B) 284.82º 0.95% 0.69% -
XYZ 17.51 8.28 41.23 -
YUV 65 190.08 176.5 -
System Red Green Blue C M Y K H S L
Decimal 133 9 175 0.24 0.95 0 0.31 284.82 0.9 0.36
Hex 85 9 AF 18 5F 0 1F 11D 5A 24
Octal 205 11 257 30 137 0 37 435 132 44
Binary 10000101 1001 10101111 11000 1011111 0 11111 100011101 1011010 100100

Color Harmonies of #8509AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8509AF

Black with #8509AF

Text Example


Text Example

White with #8509AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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