Html Css Color HEX #8515FA Blue Violet

📋 copy color: '#8515FA'

red 133 ◦ green 21 ◦ blue 250

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

Shades of Blue Violet #8515FA

Tints of Blue Violet #8515FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.2%

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

R = 32.92%
G = 5.2%
B = 61.88%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8515FA (or 0x8515FA) is known color: Blue Violet. HEX triplet: 85, 15 and FA. RGB value is (133,21,250). Sum of RGB (Red+Green+Blue) = 133+21+250=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #8515FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8515FA is #7AEA05. Grayscale: #4F4F4F. Windows color (decimal): -8055302 or 16389509. OLE color: 16389509.

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

Color convert

RGB 133 21 250 -
CMYK 0.47 0.92 0 0.02
HSL 269.35º 0.96% 0.53% -
HSV(B) 269.35º 0.92% 0.98% -
XYZ 27.2 12.43 91.41 -
YUV 80.59 223.61 165.38 -
System Red Green Blue C M Y K H S L
Decimal 133 21 250 0.47 0.92 0 0.02 269.35 0.96 0.53
Hex 85 15 FA 2F 5C 0 2 10D 60 35
Octal 205 25 372 57 134 0 2 415 140 65
Binary 10000101 10101 11111010 101111 1011100 0 10 100001101 1100000 110101

Color Harmonies of #8515FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8515FA

Black with #8515FA

Text Example


Text Example

White with #8515FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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