Html Css Color HEX #8028FA Blue Violet

📋 copy color: '#8028FA'

red 128 ◦ green 40 ◦ blue 250

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

Shades of Blue Violet #8028FA

Tints of Blue Violet #8028FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.57%

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

R = 30.62%
G = 9.57%
B = 59.81%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8028FA (or 0x8028FA) is known color: Blue Violet. HEX triplet: 80, 28 and FA. RGB value is (128,40,250). Sum of RGB (Red+Green+Blue) = 128+40+250=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #8028FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8028FA is #7FD705. Grayscale: #595959. Windows color (decimal): -8378118 or 16394368. OLE color: 16394368.

HSL color Cylindrical-coordinate representation of color #8028FA: hue angle of 265.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8028FA is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 40 250 -
CMYK 0.49 0.84 0 0.02
HSL 265.14º 0.95% 0.57% -
HSV(B) 265.14º 0.84% 0.98% -
XYZ 26.92 13.01 91.53 -
YUV 90.25 218.15 154.92 -
System Red Green Blue C M Y K H S L
Decimal 128 40 250 0.49 0.84 0 0.02 265.14 0.95 0.57
Hex 80 28 FA 31 54 0 2 109 5F 39
Octal 200 50 372 61 124 0 2 411 137 71
Binary 10000000 101000 11111010 110001 1010100 0 10 100001001 1011111 111001

Color Harmonies of #8028FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8028FA

Black with #8028FA

Text Example


Text Example

White with #8028FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,40,250); }

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

background-color css

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

 a { background-color: rgb(128,40,250); }

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

border-color css

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

 span { border-color: rgb(128,40,250); }

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