Html Css Color HEX #8712ED Blue Violet

📋 copy color: '#8712ED'

red 135 ◦ green 18 ◦ blue 237

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

Shades of Blue Violet #8712ED

Tints of Blue Violet #8712ED

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.62%

 BLUE value IS 237 (92.97% from 255) = 60.77%

R = 34.62%
G = 4.62%
B = 60.77%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8712ED (or 0x8712ED) is known color: Blue Violet. HEX triplet: 87, 12 and ED. RGB value is (135,18,237). Sum of RGB (Red+Green+Blue) = 135+18+237=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #8712ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8712ED is #78ED12. Grayscale: #4D4D4D. Windows color (decimal): -7925011 or 15536775. OLE color: 15536775.

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

Color convert

RGB 135 18 237 -
CMYK 0.43 0.92 0 0.07
HSL 272.05º 0.86% 0.5% -
HSV(B) 272.05º 0.92% 0.93% -
XYZ 25.49 11.7 81.04 -
YUV 77.95 217.76 168.69 -
System Red Green Blue C M Y K H S L
Decimal 135 18 237 0.43 0.92 0 0.07 272.05 0.86 0.5
Hex 87 12 ED 2B 5C 0 7 110 56 32
Octal 207 22 355 53 134 0 7 420 126 62
Binary 10000111 10010 11101101 101011 1011100 0 111 100010000 1010110 110010

Color Harmonies of #8712ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8712ED

Black with #8712ED

Text Example


Text Example

White with #8712ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8712ED; }

 p { color: rgb(135,18,237); }

 H1.HeaderClassName
 {
   color: #8712ED;
 }
 .AnyTagClassName
 {
   color: #8712ED;
 }
</style>

background-color css

<style>
 a { background-color: #8712ED; }

 a { background-color: rgb(135,18,237); }

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

border-color css

<style>
 span { border-color: #8712ED; }

 span { border-color: rgb(135,18,237); }

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