Html Css Color HEX #8712FA Blue Violet

📋 copy color: '#8712FA'

red 135 ◦ green 18 ◦ blue 250

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

Shades of Blue Violet #8712FA

Tints of Blue Violet #8712FA

RGB

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

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

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

R = 33.5%
G = 4.47%
B = 62.03%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8712FA (or 0x8712FA) is known color: Blue Violet. HEX triplet: 87, 12 and FA. RGB value is (135,18,250). Sum of RGB (Red+Green+Blue) = 135+18+250=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #8712FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8712FA is #78ED05. Grayscale: #4E4E4E. Windows color (decimal): -7924998 or 16388743. OLE color: 16388743.

HSL color Cylindrical-coordinate representation of color #8712FA: hue angle of 270.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8712FA is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 18 250 -
CMYK 0.46 0.93 0 0.02
HSL 270.26º 0.96% 0.53% -
HSV(B) 270.26º 0.93% 0.98% -
XYZ 27.46 12.49 91.4 -
YUV 79.43 224.26 167.64 -
System Red Green Blue C M Y K H S L
Decimal 135 18 250 0.46 0.93 0 0.02 270.26 0.96 0.53
Hex 87 12 FA 2E 5D 0 2 10E 60 35
Octal 207 22 372 56 135 0 2 416 140 65
Binary 10000111 10010 11111010 101110 1011101 0 10 100001110 1100000 110101

Color Harmonies of #8712FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8712FA

Black with #8712FA

Text Example


Text Example

White with #8712FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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