Html Css Color HEX #8715EE Blue Violet

📋 copy color: '#8715EE'

red 135 ◦ green 21 ◦ blue 238

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

Shades of Blue Violet #8715EE

Tints of Blue Violet #8715EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 60.41%

R = 34.26%
G = 5.33%
B = 60.41%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8715EE (or 0x8715EE) is known color: Blue Violet. HEX triplet: 87, 15 and EE. RGB value is (135,21,238). Sum of RGB (Red+Green+Blue) = 135+21+238=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #8715EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8715EE is #78EA11. Grayscale: #4F4F4F. Windows color (decimal): -7924242 or 15603079. OLE color: 15603079.

HSL color Cylindrical-coordinate representation of color #8715EE: hue angle of 271.52º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8715EE is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 21 238 -
CMYK 0.43 0.91 0 0.07
HSL 271.52º 0.86% 0.51% -
HSV(B) 271.52º 0.91% 0.93% -
XYZ 25.69 11.86 81.82 -
YUV 79.82 217.27 167.36 -
System Red Green Blue C M Y K H S L
Decimal 135 21 238 0.43 0.91 0 0.07 271.52 0.86 0.51
Hex 87 15 EE 2B 5B 0 7 110 56 33
Octal 207 25 356 53 133 0 7 420 126 63
Binary 10000111 10101 11101110 101011 1011011 0 111 100010000 1010110 110011

Color Harmonies of #8715EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8715EE

Black with #8715EE

Text Example


Text Example

White with #8715EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8715EE; }

 p { color: rgb(135,21,238); }

 H1.HeaderClassName
 {
   color: #8715EE;
 }
 .AnyTagClassName
 {
   color: #8715EE;
 }
</style>

background-color css

<style>
 a { background-color: #8715EE; }

 a { background-color: rgb(135,21,238); }

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

border-color css

<style>
 span { border-color: #8715EE; }

 span { border-color: rgb(135,21,238); }

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