Html Css Color HEX #8713FE Blue Violet

📋 copy color: '#8713FE'

red 135 ◦ green 19 ◦ blue 254

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

Shades of Blue Violet #8713FE

Tints of Blue Violet #8713FE

RGB

 RED value IS 135 (53.13% from 255) = 33.09%

 GREEN value IS 19 (7.81% from 255) = 4.66%

 BLUE value IS 254 (99.61% from 255) = 62.25%

R = 33.09%
G = 4.66%
B = 62.25%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8713FE (or 0x8713FE) is known color: Blue Violet. HEX triplet: 87, 13 and FE. RGB value is (135,19,254). Sum of RGB (Red+Green+Blue) = 135+19+254=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #8713FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8713FE is #78EC01. Grayscale: #4F4F4F. Windows color (decimal): -7924738 or 16651143. OLE color: 16651143.

HSL color Cylindrical-coordinate representation of color #8713FE: hue angle of 269.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8713FE is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 135 19 254 -
CMYK 0.47 0.93 0 0.00
HSL 269.62º 0.99% 0.54% -
HSV(B) 269.62º 0.93% 1% -
XYZ 28.11 12.77 94.75 -
YUV 80.47 225.93 166.89 -
System Red Green Blue C M Y K H S L
Decimal 135 19 254 0.47 0.93 0 0.00 269.62 0.99 0.54
Hex 87 13 FE 2F 5D 0 0 10E 63 36
Octal 207 23 376 57 135 0 0 416 143 66
Binary 10000111 10011 11111110 101111 1011101 0 0 100001110 1100011 110110

Color Harmonies of #8713FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8713FE

Black with #8713FE

Text Example


Text Example

White with #8713FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8713FE; }

 p { color: rgb(135,19,254); }

 H1.HeaderClassName
 {
   color: #8713FE;
 }
 .AnyTagClassName
 {
   color: #8713FE;
 }
</style>

background-color css

<style>
 a { background-color: #8713FE; }

 a { background-color: rgb(135,19,254); }

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

border-color css

<style>
 span { border-color: #8713FE; }

 span { border-color: rgb(135,19,254); }

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