Html Css Color HEX #8C3CEC Blue Violet

📋 copy color: '#8C3CEC'

red 140 ◦ green 60 ◦ blue 236

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

Shades of Blue Violet #8C3CEC

Tints of Blue Violet #8C3CEC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.76%

 BLUE value IS 236 (92.58% from 255) = 54.13%

R = 32.11%
G = 13.76%
B = 54.13%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C3CEC (or 0x8C3CEC) is known color: Blue Violet. HEX triplet: 8C, 3C and EC. RGB value is (140,60,236). Sum of RGB (Red+Green+Blue) = 140+60+236=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C3CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C3CEC is #73C313. Grayscale: #676767. Windows color (decimal): -7586580 or 15481996. OLE color: 15481996.

HSL color Cylindrical-coordinate representation of color #8C3CEC: hue angle of 267.27º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C3CEC is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 60 236 -
CMYK 0.41 0.75 0 0.07
HSL 267.27º 0.82% 0.58% -
HSV(B) 267.27º 0.75% 0.93% -
XYZ 27.57 14.86 80.77 -
YUV 103.98 202.5 153.69 -
System Red Green Blue C M Y K H S L
Decimal 140 60 236 0.41 0.75 0 0.07 267.27 0.82 0.58
Hex 8C 3C EC 29 4B 0 7 10B 52 3A
Octal 214 74 354 51 113 0 7 413 122 72
Binary 10001100 111100 11101100 101001 1001011 0 111 100001011 1010010 111010

Color Harmonies of #8C3CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3CEC

Black with #8C3CEC

Text Example


Text Example

White with #8C3CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,60,236); }

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

background-color css

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

 a { background-color: rgb(140,60,236); }

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

border-color css

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

 span { border-color: rgb(140,60,236); }

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