Html Css Color HEX #8C10EF Blue Violet

📋 copy color: '#8C10EF'

red 140 ◦ green 16 ◦ blue 239

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

Shades of Blue Violet #8C10EF

Tints of Blue Violet #8C10EF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.05%

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

R = 35.44%
G = 4.05%
B = 60.51%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C10EF (or 0x8C10EF) is known color: Blue Violet. HEX triplet: 8C, 10 and EF. RGB value is (140,16,239). Sum of RGB (Red+Green+Blue) = 140+16+239=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C10EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C10EF is #73EF10. Grayscale: #4D4D4D. Windows color (decimal): -7597841 or 15667340. OLE color: 15667340.

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

Color convert

RGB 140 16 239 -
CMYK 0.41 0.93 0 0.06
HSL 273.36º 0.87% 0.5% -
HSV(B) 273.36º 0.93% 0.94% -
XYZ 26.58 12.18 82.61 -
YUV 78.5 218.58 171.87 -
System Red Green Blue C M Y K H S L
Decimal 140 16 239 0.41 0.93 0 0.06 273.36 0.87 0.5
Hex 8C 10 EF 29 5D 0 6 111 57 32
Octal 214 20 357 51 135 0 6 421 127 62
Binary 10001100 10000 11101111 101001 1011101 0 110 100010001 1010111 110010

Color Harmonies of #8C10EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C10EF

Black with #8C10EF

Text Example


Text Example

White with #8C10EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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