Html Css Color HEX #8913FF Blue Violet

📋 copy color: '#8913FF'

red 137 ◦ green 19 ◦ blue 255

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

Shades of Blue Violet #8913FF

Tints of Blue Violet #8913FF

RGB

 RED value IS 137 (53.91% from 255) = 33.33%

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

 BLUE value IS 255 (100% from 255) = 62.04%

R = 33.33%
G = 4.62%
B = 62.04%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8913FF (or 0x8913FF) is known color: Blue Violet. HEX triplet: 89, 13 and FF. RGB value is (137,19,255). Sum of RGB (Red+Green+Blue) = 137+19+255=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #8913FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8913FF is #76EC00. Grayscale: #505050. Windows color (decimal): -7793665 or 16716681. OLE color: 16716681.

HSL color Cylindrical-coordinate representation of color #8913FF: hue angle of 270º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8913FF is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 137 19 255 -
CMYK 0.46 0.93 0 0
HSL 270º 1% 0.54% -
HSV(B) 270º 0.93% 1% -
XYZ 28.6 13 95.61 -
YUV 81.19 226.09 167.81 -
System Red Green Blue C M Y K H S L
Decimal 137 19 255 0.46 0.93 0 0 270 1 0.54
Hex 89 13 FF 2E 5D 0 0 10E 64 36
Octal 211 23 377 56 135 0 0 416 144 66
Binary 10001001 10011 11111111 101110 1011101 0 0 100001110 1100100 110110

Color Harmonies of #8913FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8913FF

Black with #8913FF

Text Example


Text Example

White with #8913FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8913FF; }

 p { color: rgb(137,19,255); }

 H1.HeaderClassName
 {
   color: #8913FF;
 }
 .AnyTagClassName
 {
   color: #8913FF;
 }
</style>

background-color css

<style>
 a { background-color: #8913FF; }

 a { background-color: rgb(137,19,255); }

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

border-color css

<style>
 span { border-color: #8913FF; }

 span { border-color: rgb(137,19,255); }

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