Html Css Color HEX #8517FA Blue Violet

📋 copy color: '#8517FA'

red 133 ◦ green 23 ◦ blue 250

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

Shades of Blue Violet #8517FA

Tints of Blue Violet #8517FA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.67%

 BLUE value IS 250 (98.05% from 255) = 61.58%

R = 32.76%
G = 5.67%
B = 61.58%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8517FA (or 0x8517FA) is known color: Blue Violet. HEX triplet: 85, 17 and FA. RGB value is (133,23,250). Sum of RGB (Red+Green+Blue) = 133+23+250=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #8517FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8517FA is #7AE805. Grayscale: #505050. Windows color (decimal): -8054790 or 16390021. OLE color: 16390021.

HSL color Cylindrical-coordinate representation of color #8517FA: hue angle of 269.07º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8517FA is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 23 250 -
CMYK 0.47 0.91 0 0.02
HSL 269.07º 0.96% 0.54% -
HSV(B) 269.07º 0.91% 0.98% -
XYZ 27.23 12.5 91.42 -
YUV 81.77 222.94 164.54 -
System Red Green Blue C M Y K H S L
Decimal 133 23 250 0.47 0.91 0 0.02 269.07 0.96 0.54
Hex 85 17 FA 2F 5B 0 2 10D 60 36
Octal 205 27 372 57 133 0 2 415 140 66
Binary 10000101 10111 11111010 101111 1011011 0 10 100001101 1100000 110110

Color Harmonies of #8517FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8517FA

Black with #8517FA

Text Example


Text Example

White with #8517FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8517FA; }

 p { color: rgb(133,23,250); }

 H1.HeaderClassName
 {
   color: #8517FA;
 }
 .AnyTagClassName
 {
   color: #8517FA;
 }
</style>

background-color css

<style>
 a { background-color: #8517FA; }

 a { background-color: rgb(133,23,250); }

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

border-color css

<style>
 span { border-color: #8517FA; }

 span { border-color: rgb(133,23,250); }

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