Html Css Color HEX #8C1CEF Blue Violet

📋 copy color: '#8C1CEF'

red 140 ◦ green 28 ◦ blue 239

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

Shades of Blue Violet #8C1CEF

Tints of Blue Violet #8C1CEF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.88%

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

R = 34.4%
G = 6.88%
B = 58.72%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C1CEF (or 0x8C1CEF) is known color: Blue Violet. HEX triplet: 8C, 1C and EF. RGB value is (140,28,239). Sum of RGB (Red+Green+Blue) = 140+28+239=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C1CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C1CEF is #73E310. Grayscale: #545454. Windows color (decimal): -7594769 or 15670412. OLE color: 15670412.

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

Color convert

RGB 140 28 239 -
CMYK 0.41 0.88 0 0.06
HSL 271.85º 0.87% 0.52% -
HSV(B) 271.85º 0.88% 0.94% -
XYZ 26.81 12.64 82.69 -
YUV 85.54 214.61 166.84 -
System Red Green Blue C M Y K H S L
Decimal 140 28 239 0.41 0.88 0 0.06 271.85 0.87 0.52
Hex 8C 1C EF 29 58 0 6 110 57 34
Octal 214 34 357 51 130 0 6 420 127 64
Binary 10001100 11100 11101111 101001 1011000 0 110 100010000 1010111 110100

Color Harmonies of #8C1CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1CEF

Black with #8C1CEF

Text Example


Text Example

White with #8C1CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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