Html Css Color HEX #8A30EB Blue Violet

📋 copy color: '#8A30EB'

red 138 ◦ green 48 ◦ blue 235

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

Shades of Blue Violet #8A30EB

Tints of Blue Violet #8A30EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.82%

R = 32.78%
G = 11.4%
B = 55.82%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8A30EB (or 0x8A30EB) is known color: Blue Violet. HEX triplet: 8A, 30 and EB. RGB value is (138,48,235). Sum of RGB (Red+Green+Blue) = 138+48+235=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A30EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A30EB is #75CF14. Grayscale: #5F5F5F. Windows color (decimal): -7720725 or 15413386. OLE color: 15413386.

HSL color Cylindrical-coordinate representation of color #8A30EB: hue angle of 268.88º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A30EB is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 138 48 235 -
CMYK 0.41 0.80 0 0.08
HSL 268.88º 0.82% 0.55% -
HSV(B) 268.88º 0.8% 0.92% -
XYZ 26.53 13.52 79.81 -
YUV 96.23 206.32 157.79 -
System Red Green Blue C M Y K H S L
Decimal 138 48 235 0.41 0.80 0 0.08 268.88 0.82 0.55
Hex 8A 30 EB 29 50 0 8 10D 52 37
Octal 212 60 353 51 120 0 10 415 122 67
Binary 10001010 110000 11101011 101001 1010000 0 1000 100001101 1010010 110111

Color Harmonies of #8A30EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A30EB

Black with #8A30EB

Text Example


Text Example

White with #8A30EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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