Html Css Color HEX #8A0EFB Blue Violet

📋 copy color: '#8A0EFB'

red 138 ◦ green 14 ◦ blue 251

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

Shades of Blue Violet #8A0EFB

Tints of Blue Violet #8A0EFB

RGB

 RED value IS 138 (54.3% from 255) = 34.24%

 GREEN value IS 14 (5.86% from 255) = 3.47%

 BLUE value IS 251 (98.44% from 255) = 62.28%

R = 34.24%
G = 3.47%
B = 62.28%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8A0EFB (or 0x8A0EFB) is known color: Blue Violet. HEX triplet: 8A, 0E and FB. RGB value is (138,14,251). Sum of RGB (Red+Green+Blue) = 138+14+251=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #8A0EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A0EFB is #75F104. Grayscale: #4D4D4D. Windows color (decimal): -7729413 or 16453258. OLE color: 16453258.

HSL color Cylindrical-coordinate representation of color #8A0EFB: hue angle of 271.39º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0EFB is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 14 251 -
CMYK 0.45 0.94 0 0.02
HSL 271.39º 0.97% 0.52% -
HSV(B) 271.39º 0.94% 0.98% -
XYZ 28.05 12.68 92.24 -
YUV 78.09 225.58 170.73 -
System Red Green Blue C M Y K H S L
Decimal 138 14 251 0.45 0.94 0 0.02 271.39 0.97 0.52
Hex 8A E FB 2D 5E 0 2 10F 61 34
Octal 212 16 373 55 136 0 2 417 141 64
Binary 10001010 1110 11111011 101101 1011110 0 10 100001111 1100001 110100

Color Harmonies of #8A0EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0EFB

Black with #8A0EFB

Text Example


Text Example

White with #8A0EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A0EFB; }

 p { color: rgb(138,14,251); }

 H1.HeaderClassName
 {
   color: #8A0EFB;
 }
 .AnyTagClassName
 {
   color: #8A0EFB;
 }
</style>

background-color css

<style>
 a { background-color: #8A0EFB; }

 a { background-color: rgb(138,14,251); }

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

border-color css

<style>
 span { border-color: #8A0EFB; }

 span { border-color: rgb(138,14,251); }

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