Html Css Color HEX #8B0FFE Blue Violet

📋 copy color: '#8B0FFE'

red 139 ◦ green 15 ◦ blue 254

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

Shades of Blue Violet #8B0FFE

Tints of Blue Violet #8B0FFE

RGB

 RED value IS 139 (54.69% from 255) = 34.07%

 GREEN value IS 15 (6.25% from 255) = 3.68%

 BLUE value IS 254 (99.61% from 255) = 62.25%

R = 34.07%
G = 3.68%
B = 62.25%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8B0FFE (or 0x8B0FFE) is known color: Blue Violet. HEX triplet: 8B, 0F and FE. RGB value is (139,15,254). Sum of RGB (Red+Green+Blue) = 139+15+254=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B0FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B0FFE is #74F001. Grayscale: #4E4E4E. Windows color (decimal): -7663618 or 16650123. OLE color: 16650123.

HSL color Cylindrical-coordinate representation of color #8B0FFE: hue angle of 271.13º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0FFE is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 139 15 254 -
CMYK 0.45 0.94 0 0.00
HSL 271.13º 0.99% 0.53% -
HSV(B) 271.13º 0.94% 1% -
XYZ 28.71 12.99 94.76 -
YUV 79.32 226.58 170.57 -
System Red Green Blue C M Y K H S L
Decimal 139 15 254 0.45 0.94 0 0.00 271.13 0.99 0.53
Hex 8B F FE 2D 5E 0 0 10F 63 35
Octal 213 17 376 55 136 0 0 417 143 65
Binary 10001011 1111 11111110 101101 1011110 0 0 100001111 1100011 110101

Color Harmonies of #8B0FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0FFE

Black with #8B0FFE

Text Example


Text Example

White with #8B0FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,15,254); }

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

background-color css

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

 a { background-color: rgb(139,15,254); }

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

border-color css

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

 span { border-color: rgb(139,15,254); }

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