Html Css Color HEX #8030FA Blue Violet

📋 copy color: '#8030FA'

red 128 ◦ green 48 ◦ blue 250

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

Shades of Blue Violet #8030FA

Tints of Blue Violet #8030FA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.27%

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

R = 30.05%
G = 11.27%
B = 58.69%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8030FA (or 0x8030FA) is known color: Blue Violet. HEX triplet: 80, 30 and FA. RGB value is (128,48,250). Sum of RGB (Red+Green+Blue) = 128+48+250=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #8030FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8030FA is #7FCF05. Grayscale: #5E5E5E. Windows color (decimal): -8376070 or 16396416. OLE color: 16396416.

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

Color convert

RGB 128 48 250 -
CMYK 0.49 0.81 0 0.02
HSL 263.76º 0.95% 0.58% -
HSV(B) 263.76º 0.81% 0.98% -
XYZ 27.21 13.61 91.63 -
YUV 94.95 215.5 151.57 -
System Red Green Blue C M Y K H S L
Decimal 128 48 250 0.49 0.81 0 0.02 263.76 0.95 0.58
Hex 80 30 FA 31 51 0 2 108 5F 3A
Octal 200 60 372 61 121 0 2 410 137 72
Binary 10000000 110000 11111010 110001 1010001 0 10 100001000 1011111 111010

Color Harmonies of #8030FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8030FA

Black with #8030FA

Text Example


Text Example

White with #8030FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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