Html Css Color HEX #8C34EC Blue Violet

📋 copy color: '#8C34EC'

red 140 ◦ green 52 ◦ blue 236

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

Shades of Blue Violet #8C34EC

Tints of Blue Violet #8C34EC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.15%

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

R = 32.71%
G = 12.15%
B = 55.14%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C34EC (or 0x8C34EC) is known color: Blue Violet. HEX triplet: 8C, 34 and EC. RGB value is (140,52,236). Sum of RGB (Red+Green+Blue) = 140+52+236=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C34EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C34EC is #73CB13. Grayscale: #626262. Windows color (decimal): -7588628 or 15479948. OLE color: 15479948.

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

Color convert

RGB 140 52 236 -
CMYK 0.41 0.78 0 0.07
HSL 268.7º 0.83% 0.56% -
HSV(B) 268.7º 0.78% 0.93% -
XYZ 27.18 14.09 80.64 -
YUV 99.29 205.15 157.04 -
System Red Green Blue C M Y K H S L
Decimal 140 52 236 0.41 0.78 0 0.07 268.7 0.83 0.56
Hex 8C 34 EC 29 4E 0 7 10D 53 38
Octal 214 64 354 51 116 0 7 415 123 70
Binary 10001100 110100 11101100 101001 1001110 0 111 100001101 1010011 111000

Color Harmonies of #8C34EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C34EC

Black with #8C34EC

Text Example


Text Example

White with #8C34EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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