Html Css Color HEX #8A30FF Blue Violet

📋 copy color: '#8A30FF'

red 138 ◦ green 48 ◦ blue 255

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

Shades of Blue Violet #8A30FF

Tints of Blue Violet #8A30FF

RGB

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

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

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

R = 31.29%
G = 10.88%
B = 57.82%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8A30FF (or 0x8A30FF) is known color: Blue Violet. HEX triplet: 8A, 30 and FF. RGB value is (138,48,255). Sum of RGB (Red+Green+Blue) = 138+48+255=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A30FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A30FF is #75CF00. Grayscale: #616161. Windows color (decimal): -7720705 or 16724106. OLE color: 16724106.

HSL color Cylindrical-coordinate representation of color #8A30FF: hue angle of 266.09º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A30FF is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 138 48 255 -
CMYK 0.46 0.81 0 0
HSL 266.09º 1% 0.59% -
HSV(B) 266.09º 0.81% 1% -
XYZ 29.59 14.74 95.89 -
YUV 98.51 216.32 156.17 -
System Red Green Blue C M Y K H S L
Decimal 138 48 255 0.46 0.81 0 0 266.09 1 0.59
Hex 8A 30 FF 2E 51 0 0 10A 64 3B
Octal 212 60 377 56 121 0 0 412 144 73
Binary 10001010 110000 11111111 101110 1010001 0 0 100001010 1100100 111011

Color Harmonies of #8A30FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A30FF

Black with #8A30FF

Text Example


Text Example

White with #8A30FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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