Html Css Color HEX #8510BD Dark Violet

📋 copy color: '#8510BD'

red 133 ◦ green 16 ◦ blue 189

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

Shades of Dark Violet #8510BD

Tints of Dark Violet #8510BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.92%

R = 39.35%
G = 4.73%
B = 55.92%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8510BD (or 0x8510BD) is known color: Dark Violet. HEX triplet: 85, 10 and BD. RGB value is (133,16,189). Sum of RGB (Red+Green+Blue) = 133+16+189=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #8510BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8510BD is #7AEF42. Grayscale: #464646. Windows color (decimal): -8056643 or 12390533. OLE color: 12390533.

HSL color Cylindrical-coordinate representation of color #8510BD: hue angle of 280.58º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8510BD is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 16 189 -
CMYK 0.30 0.92 0 0.26
HSL 280.58º 0.84% 0.4% -
HSV(B) 280.58º 0.92% 0.74% -
XYZ 19.04 9.03 48.88 -
YUV 70.71 194.76 172.43 -
System Red Green Blue C M Y K H S L
Decimal 133 16 189 0.30 0.92 0 0.26 280.58 0.84 0.4
Hex 85 10 BD 1E 5C 0 1A 119 54 28
Octal 205 20 275 36 134 0 32 431 124 50
Binary 10000101 10000 10111101 11110 1011100 0 11010 100011001 1010100 101000

Color Harmonies of #8510BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8510BD

Black with #8510BD

Text Example


Text Example

White with #8510BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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