Html Css Color HEX #8C3EDD Blue Violet

📋 copy color: '#8C3EDD'

red 140 ◦ green 62 ◦ blue 221

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

Shades of Blue Violet #8C3EDD

Tints of Blue Violet #8C3EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.66%

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

R = 33.1%
G = 14.66%
B = 52.25%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C3EDD (or 0x8C3EDD) is known color: Blue Violet. HEX triplet: 8C, 3E and DD. RGB value is (140,62,221). Sum of RGB (Red+Green+Blue) = 140+62+221=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C3EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3EDD is #73C122. Grayscale: #666666. Windows color (decimal): -7586083 or 14499468. OLE color: 14499468.

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

Color convert

RGB 140 62 221 -
CMYK 0.37 0.72 0 0.13
HSL 269.43º 0.7% 0.55% -
HSV(B) 269.43º 0.72% 0.87% -
XYZ 25.59 14.24 69.81 -
YUV 103.45 194.34 154.07 -
System Red Green Blue C M Y K H S L
Decimal 140 62 221 0.37 0.72 0 0.13 269.43 0.7 0.55
Hex 8C 3E DD 25 48 0 D 10D 46 37
Octal 214 76 335 45 110 0 15 415 106 67
Binary 10001100 111110 11011101 100101 1001000 0 1101 100001101 1000110 110111

Color Harmonies of #8C3EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3EDD

Black with #8C3EDD

Text Example


Text Example

White with #8C3EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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