Html Css Color HEX #8510BA Dark Violet

📋 copy color: '#8510BA'

red 133 ◦ green 16 ◦ blue 186

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

Shades of Dark Violet #8510BA

Tints of Dark Violet #8510BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.78%

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

R = 39.7%
G = 4.78%
B = 55.52%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8510BA (or 0x8510BA) is known color: Dark Violet. HEX triplet: 85, 10 and BA. RGB value is (133,16,186). Sum of RGB (Red+Green+Blue) = 133+16+186=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #8510BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8510BA is #7AEF45. Grayscale: #454545. Windows color (decimal): -8056646 or 12193925. OLE color: 12193925.

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

Color convert

RGB 133 16 186 -
CMYK 0.28 0.91 0 0.27
HSL 281.29º 0.84% 0.4% -
HSV(B) 281.29º 0.91% 0.73% -
XYZ 18.72 8.9 47.19 -
YUV 70.36 193.26 172.68 -
System Red Green Blue C M Y K H S L
Decimal 133 16 186 0.28 0.91 0 0.27 281.29 0.84 0.4
Hex 85 10 BA 1C 5B 0 1B 119 54 28
Octal 205 20 272 34 133 0 33 431 124 50
Binary 10000101 10000 10111010 11100 1011011 0 11011 100011001 1010100 101000

Color Harmonies of #8510BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8510BA

Black with #8510BA

Text Example


Text Example

White with #8510BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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