Html Css Color HEX #8518BF Dark Violet

📋 copy color: '#8518BF'

red 133 ◦ green 24 ◦ blue 191

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

Shades of Dark Violet #8518BF

Tints of Dark Violet #8518BF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.9%

 BLUE value IS 191 (75% from 255) = 54.89%

R = 38.22%
G = 6.9%
B = 54.89%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8518BF (or 0x8518BF) is known color: Dark Violet. HEX triplet: 85, 18 and BF. RGB value is (133,24,191). Sum of RGB (Red+Green+Blue) = 133+24+191=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #8518BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8518BF is #7AE740. Grayscale: #4B4B4B. Windows color (decimal): -8054593 or 12523653. OLE color: 12523653.

HSL color Cylindrical-coordinate representation of color #8518BF: hue angle of 279.16º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8518BF is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 24 191 -
CMYK 0.30 0.87 0 0.25
HSL 279.16º 0.78% 0.42% -
HSV(B) 279.16º 0.87% 0.75% -
XYZ 19.4 9.4 50.08 -
YUV 75.63 193.11 168.92 -
System Red Green Blue C M Y K H S L
Decimal 133 24 191 0.30 0.87 0 0.25 279.16 0.78 0.42
Hex 85 18 BF 1E 57 0 19 117 4E 2A
Octal 205 30 277 36 127 0 31 427 116 52
Binary 10000101 11000 10111111 11110 1010111 0 11001 100010111 1001110 101010

Color Harmonies of #8518BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8518BF

Black with #8518BF

Text Example


Text Example

White with #8518BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8518BF; }

 p { color: rgb(133,24,191); }

 H1.HeaderClassName
 {
   color: #8518BF;
 }
 .AnyTagClassName
 {
   color: #8518BF;
 }
</style>

background-color css

<style>
 a { background-color: #8518BF; }

 a { background-color: rgb(133,24,191); }

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

border-color css

<style>
 span { border-color: #8518BF; }

 span { border-color: rgb(133,24,191); }

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