Html Css Color HEX #8C2EDF Blue Violet

📋 copy color: '#8C2EDF'

red 140 ◦ green 46 ◦ blue 223

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

Shades of Blue Violet #8C2EDF

Tints of Blue Violet #8C2EDF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.25%

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

R = 34.23%
G = 11.25%
B = 54.52%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C2EDF (or 0x8C2EDF) is known color: Blue Violet. HEX triplet: 8C, 2E and DF. RGB value is (140,46,223). Sum of RGB (Red+Green+Blue) = 140+46+223=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C2EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2EDF is #73D120. Grayscale: #5D5D5D. Windows color (decimal): -7590177 or 14626444. OLE color: 14626444.

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

Color convert

RGB 140 46 223 -
CMYK 0.37 0.79 0 0.13
HSL 271.86º 0.73% 0.53% -
HSV(B) 271.86º 0.79% 0.87% -
XYZ 25.11 12.86 70.97 -
YUV 94.28 200.64 160.61 -
System Red Green Blue C M Y K H S L
Decimal 140 46 223 0.37 0.79 0 0.13 271.86 0.73 0.53
Hex 8C 2E DF 25 4F 0 D 110 49 35
Octal 214 56 337 45 117 0 15 420 111 65
Binary 10001100 101110 11011111 100101 1001111 0 1101 100010000 1001001 110101

Color Harmonies of #8C2EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2EDF

Black with #8C2EDF

Text Example


Text Example

White with #8C2EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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