Html Css Color HEX #8A48DB Blue Violet

📋 copy color: '#8A48DB'

red 138 ◦ green 72 ◦ blue 219

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

Shades of Blue Violet #8A48DB

Tints of Blue Violet #8A48DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 32.17%
G = 16.78%
B = 51.05%

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

#8A48DB (or 0x8A48DB) is known color: Blue Violet. HEX triplet: 8A, 48 and DB. RGB value is (138,72,219). Sum of RGB (Red+Green+Blue) = 138+72+219=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A48DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A48DB is #75B724. Grayscale: #6B6B6B. Windows color (decimal): -7714597 or 14370954. OLE color: 14370954.

HSL color Cylindrical-coordinate representation of color #8A48DB: hue angle of 266.94º degrees, saturation: 0.67, 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 #8A48DB is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 72 219 -
CMYK 0.37 0.67 0 0.14
HSL 266.94º 0.67% 0.57% -
HSV(B) 266.94º 0.67% 0.86% -
XYZ 25.58 15.15 68.59 -
YUV 108.49 190.37 149.05 -
System Red Green Blue C M Y K H S L
Decimal 138 72 219 0.37 0.67 0 0.14 266.94 0.67 0.57
Hex 8A 48 DB 25 43 0 E 10B 43 39
Octal 212 110 333 45 103 0 16 413 103 71
Binary 10001010 1001000 11011011 100101 1000011 0 1110 100001011 1000011 111001

Color Harmonies of #8A48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A48DB

Black with #8A48DB

Text Example


Text Example

White with #8A48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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