Html Css Color HEX #8C48DB Blue Violet

📋 copy color: '#8C48DB'

red 140 ◦ green 72 ◦ blue 219

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

Shades of Blue Violet #8C48DB

Tints of Blue Violet #8C48DB

RGB

 RED value IS 140 (55.08% from 255) = 32.48%

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

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

R = 32.48%
G = 16.71%
B = 50.81%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C48DB (or 0x8C48DB) is known color: Blue Violet. HEX triplet: 8C, 48 and DB. RGB value is (140,72,219). Sum of RGB (Red+Green+Blue) = 140+72+219=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C48DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C48DB is #73B724. Grayscale: #6C6C6C. Windows color (decimal): -7583525 or 14370956. OLE color: 14370956.

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

Color convert

RGB 140 72 219 -
CMYK 0.36 0.67 0 0.14
HSL 267.76º 0.67% 0.57% -
HSV(B) 267.76º 0.67% 0.86% -
XYZ 25.92 15.32 68.61 -
YUV 109.09 190.03 150.05 -
System Red Green Blue C M Y K H S L
Decimal 140 72 219 0.36 0.67 0 0.14 267.76 0.67 0.57
Hex 8C 48 DB 24 43 0 E 10C 43 39
Octal 214 110 333 44 103 0 16 414 103 71
Binary 10001100 1001000 11011011 100100 1000011 0 1110 100001100 1000011 111001

Color Harmonies of #8C48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C48DB

Black with #8C48DB

Text Example


Text Example

White with #8C48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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