Html Css Color HEX #8C48DF Blue Violet

📋 copy color: '#8C48DF'

red 140 ◦ green 72 ◦ blue 223

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

Shades of Blue Violet #8C48DF

Tints of Blue Violet #8C48DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 32.18%
G = 16.55%
B = 51.26%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C48DF (or 0x8C48DF) is known color: Blue Violet. HEX triplet: 8C, 48 and DF. RGB value is (140,72,223). Sum of RGB (Red+Green+Blue) = 140+72+223=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C48DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C48DF is #73B720. Grayscale: #6D6D6D. Windows color (decimal): -7583521 or 14633100. OLE color: 14633100.

HSL color Cylindrical-coordinate representation of color #8C48DF: hue angle of 267.02º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C48DF is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 72 223 -
CMYK 0.37 0.68 0 0.13
HSL 267.02º 0.7% 0.58% -
HSV(B) 267.02º 0.68% 0.87% -
XYZ 26.45 15.54 71.42 -
YUV 109.55 192.03 149.72 -
System Red Green Blue C M Y K H S L
Decimal 140 72 223 0.37 0.68 0 0.13 267.02 0.7 0.58
Hex 8C 48 DF 25 44 0 D 10B 46 3A
Octal 214 110 337 45 104 0 15 413 106 72
Binary 10001100 1001000 11011111 100101 1000100 0 1101 100001011 1000110 111010

Color Harmonies of #8C48DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C48DF

Black with #8C48DF

Text Example


Text Example

White with #8C48DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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