Html Css Color HEX #8C2EDE Blue Violet

📋 copy color: '#8C2EDE'

red 140 ◦ green 46 ◦ blue 222

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

Shades of Blue Violet #8C2EDE

Tints of Blue Violet #8C2EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.41%

R = 34.31%
G = 11.27%
B = 54.41%

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

#8C2EDE (or 0x8C2EDE) is known color: Blue Violet. HEX triplet: 8C, 2E and DE. RGB value is (140,46,222). Sum of RGB (Red+Green+Blue) = 140+46+222=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C2EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2EDE is #73D121. Grayscale: #5D5D5D. Windows color (decimal): -7590178 or 14560908. OLE color: 14560908.

HSL color Cylindrical-coordinate representation of color #8C2EDE: hue angle of 272.05º 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 #8C2EDE is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 46 222 -
CMYK 0.37 0.79 0 0.13
HSL 272.05º 0.73% 0.53% -
HSV(B) 272.05º 0.79% 0.87% -
XYZ 24.98 12.8 70.26 -
YUV 94.17 200.14 160.69 -
System Red Green Blue C M Y K H S L
Decimal 140 46 222 0.37 0.79 0 0.13 272.05 0.73 0.53
Hex 8C 2E DE 25 4F 0 D 110 49 35
Octal 214 56 336 45 117 0 15 420 111 65
Binary 10001100 101110 11011110 100101 1001111 0 1101 100010000 1001001 110101

Color Harmonies of #8C2EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2EDE

Black with #8C2EDE

Text Example


Text Example

White with #8C2EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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