Html Css Color HEX #8615F1 Blue Violet

📋 copy color: '#8615F1'

red 134 ◦ green 21 ◦ blue 241

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

Shades of Blue Violet #8615F1

Tints of Blue Violet #8615F1

RGB

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

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

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

R = 33.84%
G = 5.3%
B = 60.86%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8615F1 (or 0x8615F1) is known color: Blue Violet. HEX triplet: 86, 15 and F1. RGB value is (134,21,241). Sum of RGB (Red+Green+Blue) = 134+21+241=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 21 (8.59% from 255 or 5.30% 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 #8615F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8615F1 is #79EA0E. Grayscale: #4F4F4F. Windows color (decimal): -7989775 or 15799686. OLE color: 15799686.

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

Color convert

RGB 134 21 241 -
CMYK 0.44 0.91 0 0.05
HSL 270.82º 0.89% 0.51% -
HSV(B) 270.82º 0.91% 0.95% -
XYZ 25.98 11.96 84.16 -
YUV 79.87 218.94 166.61 -
System Red Green Blue C M Y K H S L
Decimal 134 21 241 0.44 0.91 0 0.05 270.82 0.89 0.51
Hex 86 15 F1 2C 5B 0 5 10F 59 33
Octal 206 25 361 54 133 0 5 417 131 63
Binary 10000110 10101 11110001 101100 1011011 0 101 100001111 1011001 110011

Color Harmonies of #8615F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8615F1

Black with #8615F1

Text Example


Text Example

White with #8615F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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