Html Css Color HEX #8813FA Blue Violet

📋 copy color: '#8813FA'

red 136 ◦ green 19 ◦ blue 250

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

Shades of Blue Violet #8813FA

Tints of Blue Violet #8813FA

RGB

 RED value IS 136 (53.52% from 255) = 33.58%

 GREEN value IS 19 (7.81% from 255) = 4.69%

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

R = 33.58%
G = 4.69%
B = 61.73%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8813FA (or 0x8813FA) is known color: Blue Violet. HEX triplet: 88, 13 and FA. RGB value is (136,19,250). Sum of RGB (Red+Green+Blue) = 136+19+250=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #8813FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8813FA is #77EC05. Grayscale: #4F4F4F. Windows color (decimal): -7859206 or 16389000. OLE color: 16389000.

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

Color convert

RGB 136 19 250 -
CMYK 0.46 0.92 0 0.02
HSL 270.39º 0.96% 0.53% -
HSV(B) 270.39º 0.92% 0.98% -
XYZ 27.64 12.6 91.42 -
YUV 80.32 223.76 167.72 -
System Red Green Blue C M Y K H S L
Decimal 136 19 250 0.46 0.92 0 0.02 270.39 0.96 0.53
Hex 88 13 FA 2E 5C 0 2 10E 60 35
Octal 210 23 372 56 134 0 2 416 140 65
Binary 10001000 10011 11111010 101110 1011100 0 10 100001110 1100000 110101

Color Harmonies of #8813FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8813FA

Black with #8813FA

Text Example


Text Example

White with #8813FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,19,250); }

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

background-color css

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

 a { background-color: rgb(136,19,250); }

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

border-color css

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

 span { border-color: rgb(136,19,250); }

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