Html Css Color HEX #8A30FA Blue Violet

📋 copy color: '#8A30FA'

red 138 ◦ green 48 ◦ blue 250

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

Shades of Blue Violet #8A30FA

Tints of Blue Violet #8A30FA

RGB

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

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

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

R = 31.65%
G = 11.01%
B = 57.34%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8A30FA (or 0x8A30FA) is known color: Blue Violet. HEX triplet: 8A, 30 and FA. RGB value is (138,48,250). Sum of RGB (Red+Green+Blue) = 138+48+250=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A30FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A30FA is #75CF05. Grayscale: #616161. Windows color (decimal): -7720710 or 16396426. OLE color: 16396426.

HSL color Cylindrical-coordinate representation of color #8A30FA: hue angle of 266.73º 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 #8A30FA is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 48 250 -
CMYK 0.45 0.81 0 0.02
HSL 266.73º 0.95% 0.58% -
HSV(B) 266.73º 0.81% 0.98% -
XYZ 28.79 14.42 91.71 -
YUV 97.94 213.82 156.57 -
System Red Green Blue C M Y K H S L
Decimal 138 48 250 0.45 0.81 0 0.02 266.73 0.95 0.58
Hex 8A 30 FA 2D 51 0 2 10B 5F 3A
Octal 212 60 372 55 121 0 2 413 137 72
Binary 10001010 110000 11111010 101101 1010001 0 10 100001011 1011111 111010

Color Harmonies of #8A30FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A30FA

Black with #8A30FA

Text Example


Text Example

White with #8A30FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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