Html Css Color HEX #8C18DF Blue Violet

📋 copy color: '#8C18DF'

red 140 ◦ green 24 ◦ blue 223

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

Shades of Blue Violet #8C18DF

Tints of Blue Violet #8C18DF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.2%

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

R = 36.18%
G = 6.2%
B = 57.62%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C18DF (or 0x8C18DF) is known color: Blue Violet. HEX triplet: 8C, 18 and DF. RGB value is (140,24,223). Sum of RGB (Red+Green+Blue) = 140+24+223=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C18DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C18DF is #73E720. Grayscale: #505050. Windows color (decimal): -7595809 or 14620812. OLE color: 14620812.

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

Color convert

RGB 140 24 223 -
CMYK 0.37 0.89 0 0.13
HSL 274.97º 0.81% 0.48% -
HSV(B) 274.97º 0.89% 0.87% -
XYZ 24.46 11.56 70.75 -
YUV 81.37 207.93 169.82 -
System Red Green Blue C M Y K H S L
Decimal 140 24 223 0.37 0.89 0 0.13 274.97 0.81 0.48
Hex 8C 18 DF 25 59 0 D 113 51 30
Octal 214 30 337 45 131 0 15 423 121 60
Binary 10001100 11000 11011111 100101 1011001 0 1101 100010011 1010001 110000

Color Harmonies of #8C18DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C18DF

Black with #8C18DF

Text Example


Text Example

White with #8C18DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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