Html Css Color HEX #8C2EDD Blue Violet

📋 copy color: '#8C2EDD'

red 140 ◦ green 46 ◦ blue 221

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

Shades of Blue Violet #8C2EDD

Tints of Blue Violet #8C2EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.3%

R = 34.4%
G = 11.3%
B = 54.3%

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

#8C2EDD (or 0x8C2EDD) is known color: Blue Violet. HEX triplet: 8C, 2E and DD. RGB value is (140,46,221). Sum of RGB (Red+Green+Blue) = 140+46+221=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C2EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2EDD is #73D122. Grayscale: #5D5D5D. Windows color (decimal): -7590179 or 14495372. OLE color: 14495372.

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

Color convert

RGB 140 46 221 -
CMYK 0.37 0.79 0 0.13
HSL 272.23º 0.72% 0.52% -
HSV(B) 272.23º 0.79% 0.87% -
XYZ 24.84 12.75 69.56 -
YUV 94.06 199.64 160.77 -
System Red Green Blue C M Y K H S L
Decimal 140 46 221 0.37 0.79 0 0.13 272.23 0.72 0.52
Hex 8C 2E DD 25 4F 0 D 110 48 34
Octal 214 56 335 45 117 0 15 420 110 64
Binary 10001100 101110 11011101 100101 1001111 0 1101 100010000 1001000 110100

Color Harmonies of #8C2EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2EDD

Black with #8C2EDD

Text Example


Text Example

White with #8C2EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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