Html Css Color HEX #8509BA Dark Violet

📋 copy color: '#8509BA'

red 133 ◦ green 9 ◦ blue 186

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

Shades of Dark Violet #8509BA

Tints of Dark Violet #8509BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.71%

R = 40.55%
G = 2.74%
B = 56.71%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8509BA (or 0x8509BA) is known color: Dark Violet. HEX triplet: 85, 09 and BA. RGB value is (133,9,186). Sum of RGB (Red+Green+Blue) = 133+9+186=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #8509BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8509BA is #7AF645. Grayscale: #414141. Windows color (decimal): -8058438 or 12192133. OLE color: 12192133.

HSL color Cylindrical-coordinate representation of color #8509BA: hue angle of 282.03º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8509BA is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 9 186 -
CMYK 0.28 0.95 0 0.27
HSL 282.03º 0.91% 0.38% -
HSV(B) 282.03º 0.95% 0.73% -
XYZ 18.63 8.73 47.16 -
YUV 66.25 195.58 175.61 -
System Red Green Blue C M Y K H S L
Decimal 133 9 186 0.28 0.95 0 0.27 282.03 0.91 0.38
Hex 85 9 BA 1C 5F 0 1B 11A 5B 26
Octal 205 11 272 34 137 0 33 432 133 46
Binary 10000101 1001 10111010 11100 1011111 0 11011 100011010 1011011 100110

Color Harmonies of #8509BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8509BA

Black with #8509BA

Text Example


Text Example

White with #8509BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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