Html Css Color HEX #8A48DC Blue Violet

📋 copy color: '#8A48DC'

red 138 ◦ green 72 ◦ blue 220

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

Shades of Blue Violet #8A48DC

Tints of Blue Violet #8A48DC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.74%

 BLUE value IS 220 (86.33% from 255) = 51.16%

R = 32.09%
G = 16.74%
B = 51.16%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A48DC (or 0x8A48DC) is known color: Blue Violet. HEX triplet: 8A, 48 and DC. RGB value is (138,72,220). Sum of RGB (Red+Green+Blue) = 138+72+220=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A48DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A48DC is #75B723. Grayscale: #6C6C6C. Windows color (decimal): -7714596 or 14436490. OLE color: 14436490.

HSL color Cylindrical-coordinate representation of color #8A48DC: hue angle of 266.76º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A48DC is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 72 220 -
CMYK 0.37 0.67 0 0.14
HSL 266.76º 0.68% 0.57% -
HSV(B) 266.76º 0.67% 0.86% -
XYZ 25.72 15.21 69.29 -
YUV 108.61 190.87 148.97 -
System Red Green Blue C M Y K H S L
Decimal 138 72 220 0.37 0.67 0 0.14 266.76 0.68 0.57
Hex 8A 48 DC 25 43 0 E 10B 44 39
Octal 212 110 334 45 103 0 16 413 104 71
Binary 10001010 1001000 11011100 100101 1000011 0 1110 100001011 1000100 111001

Color Harmonies of #8A48DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A48DC

Black with #8A48DC

Text Example


Text Example

White with #8A48DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,72,220); }

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

background-color css

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

 a { background-color: rgb(138,72,220); }

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

border-color css

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

 span { border-color: rgb(138,72,220); }

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