Html Css Color HEX #8516F1 Blue Violet

📋 copy color: '#8516F1'

red 133 ◦ green 22 ◦ blue 241

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

Shades of Blue Violet #8516F1

Tints of Blue Violet #8516F1

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.56%

 BLUE value IS 241 (94.53% from 255) = 60.86%

R = 33.59%
G = 5.56%
B = 60.86%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8516F1 (or 0x8516F1) is known color: Blue Violet. HEX triplet: 85, 16 and F1. RGB value is (133,22,241). Sum of RGB (Red+Green+Blue) = 133+22+241=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 241 (94.53% from 255 or 60.86% from 396); Max value from RGB is 241 - color contains mainly: blue. Hex color #8516F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8516F1 is #7AE90E. Grayscale: #4F4F4F. Windows color (decimal): -8055055 or 15799941. OLE color: 15799941.

HSL color Cylindrical-coordinate representation of color #8516F1: hue angle of 270.41º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8516F1 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 22 241 -
CMYK 0.45 0.91 0 0.05
HSL 270.41º 0.89% 0.52% -
HSV(B) 270.41º 0.91% 0.95% -
XYZ 25.84 11.91 84.16 -
YUV 80.16 218.77 165.69 -
System Red Green Blue C M Y K H S L
Decimal 133 22 241 0.45 0.91 0 0.05 270.41 0.89 0.52
Hex 85 16 F1 2D 5B 0 5 10E 59 34
Octal 205 26 361 55 133 0 5 416 131 64
Binary 10000101 10110 11110001 101101 1011011 0 101 100001110 1011001 110100

Color Harmonies of #8516F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8516F1

Black with #8516F1

Text Example


Text Example

White with #8516F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8516F1; }

 p { color: rgb(133,22,241); }

 H1.HeaderClassName
 {
   color: #8516F1;
 }
 .AnyTagClassName
 {
   color: #8516F1;
 }
</style>

background-color css

<style>
 a { background-color: #8516F1; }

 a { background-color: rgb(133,22,241); }

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

border-color css

<style>
 span { border-color: #8516F1; }

 span { border-color: rgb(133,22,241); }

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