Html Css Color HEX #8510BB Dark Violet

📋 copy color: '#8510BB'

red 133 ◦ green 16 ◦ blue 187

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

Shades of Dark Violet #8510BB

Tints of Dark Violet #8510BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.65%

R = 39.58%
G = 4.76%
B = 55.65%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8510BB (or 0x8510BB) is known color: Dark Violet. HEX triplet: 85, 10 and BB. RGB value is (133,16,187). Sum of RGB (Red+Green+Blue) = 133+16+187=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #8510BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8510BB is #7AEF44. Grayscale: #454545. Windows color (decimal): -8056645 or 12259461. OLE color: 12259461.

HSL color Cylindrical-coordinate representation of color #8510BB: hue angle of 281.05º 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 #8510BB is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 16 187 -
CMYK 0.29 0.91 0 0.27
HSL 281.05º 0.84% 0.4% -
HSV(B) 281.05º 0.91% 0.73% -
XYZ 18.83 8.94 47.75 -
YUV 70.48 193.76 172.6 -
System Red Green Blue C M Y K H S L
Decimal 133 16 187 0.29 0.91 0 0.27 281.05 0.84 0.4
Hex 85 10 BB 1D 5B 0 1B 119 54 28
Octal 205 20 273 35 133 0 33 431 124 50
Binary 10000101 10000 10111011 11101 1011011 0 11011 100011001 1010100 101000

Color Harmonies of #8510BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8510BB

Black with #8510BB

Text Example


Text Example

White with #8510BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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