Html Css Color HEX #8615FA Blue Violet

📋 copy color: '#8615FA'

red 134 ◦ green 21 ◦ blue 250

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

Shades of Blue Violet #8615FA

Tints of Blue Violet #8615FA

RGB

 RED value IS 134 (52.73% from 255) = 33.09%

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

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

R = 33.09%
G = 5.19%
B = 61.73%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8615FA (or 0x8615FA) is known color: Blue Violet. HEX triplet: 86, 15 and FA. RGB value is (134,21,250). Sum of RGB (Red+Green+Blue) = 134+21+250=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #8615FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8615FA is #79EA05. Grayscale: #505050. Windows color (decimal): -7989766 or 16389510. OLE color: 16389510.

HSL color Cylindrical-coordinate representation of color #8615FA: hue angle of 269.61º 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 #8615FA is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 21 250 -
CMYK 0.46 0.92 0 0.02
HSL 269.61º 0.96% 0.53% -
HSV(B) 269.61º 0.92% 0.98% -
XYZ 27.36 12.51 91.41 -
YUV 80.89 223.44 165.88 -
System Red Green Blue C M Y K H S L
Decimal 134 21 250 0.46 0.92 0 0.02 269.61 0.96 0.53
Hex 86 15 FA 2E 5C 0 2 10E 60 35
Octal 206 25 372 56 134 0 2 416 140 65
Binary 10000110 10101 11111010 101110 1011100 0 10 100001110 1100000 110101

Color Harmonies of #8615FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8615FA

Black with #8615FA

Text Example


Text Example

White with #8615FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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