Html Css Color HEX #8C46EF Blue Violet

📋 copy color: '#8C46EF'

red 140 ◦ green 70 ◦ blue 239

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

Shades of Blue Violet #8C46EF

Tints of Blue Violet #8C46EF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.59%

 BLUE value IS 239 (93.75% from 255) = 53.23%

R = 31.18%
G = 15.59%
B = 53.23%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C46EF (or 0x8C46EF) is known color: Blue Violet. HEX triplet: 8C, 46 and EF. RGB value is (140,70,239). Sum of RGB (Red+Green+Blue) = 140+70+239=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C46EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C46EF is #73B910. Grayscale: #6D6D6D. Windows color (decimal): -7584017 or 15681164. OLE color: 15681164.

HSL color Cylindrical-coordinate representation of color #8C46EF: hue angle of 264.85º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C46EF is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 70 239 -
CMYK 0.41 0.71 0 0.06
HSL 264.85º 0.84% 0.61% -
HSV(B) 264.85º 0.71% 0.94% -
XYZ 28.59 16.19 83.28 -
YUV 110.2 200.69 149.26 -
System Red Green Blue C M Y K H S L
Decimal 140 70 239 0.41 0.71 0 0.06 264.85 0.84 0.61
Hex 8C 46 EF 29 47 0 6 109 54 3D
Octal 214 106 357 51 107 0 6 411 124 75
Binary 10001100 1000110 11101111 101001 1000111 0 110 100001001 1010100 111101

Color Harmonies of #8C46EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C46EF

Black with #8C46EF

Text Example


Text Example

White with #8C46EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,70,239); }

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

background-color css

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

 a { background-color: rgb(140,70,239); }

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

border-color css

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

 span { border-color: rgb(140,70,239); }

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