Html Css Color HEX #8027FF Blue Violet

📋 copy color: '#8027FF'

red 128 ◦ green 39 ◦ blue 255

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

Shades of Blue Violet #8027FF

Tints of Blue Violet #8027FF

RGB

 RED value IS 128 (50.39% from 255) = 30.33%

 GREEN value IS 39 (15.63% from 255) = 9.24%

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

R = 30.33%
G = 9.24%
B = 60.43%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8027FF (or 0x8027FF) is known color: Blue Violet. HEX triplet: 80, 27 and FF. RGB value is (128,39,255). Sum of RGB (Red+Green+Blue) = 128+39+255=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #8027FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8027FF is #7FD800. Grayscale: #595959. Windows color (decimal): -8378369 or 16721792. OLE color: 16721792.

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

Color convert

RGB 128 39 255 -
CMYK 0.50 0.85 0 0
HSL 264.72º 1% 0.58% -
HSV(B) 264.72º 0.85% 1% -
XYZ 27.68 13.26 95.71 -
YUV 90.24 220.99 154.94 -
System Red Green Blue C M Y K H S L
Decimal 128 39 255 0.50 0.85 0 0 264.72 1 0.58
Hex 80 27 FF 32 55 0 0 109 64 3A
Octal 200 47 377 62 125 0 0 411 144 72
Binary 10000000 100111 11111111 110010 1010101 0 0 100001001 1100100 111010

Color Harmonies of #8027FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8027FF

Black with #8027FF

Text Example


Text Example

White with #8027FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,39,255); }

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

background-color css

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

 a { background-color: rgb(128,39,255); }

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

border-color css

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

 span { border-color: rgb(128,39,255); }

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