Html Css Color HEX #8C29EF Blue Violet

📋 copy color: '#8C29EF'

red 140 ◦ green 41 ◦ blue 239

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

Shades of Blue Violet #8C29EF

Tints of Blue Violet #8C29EF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.76%

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

R = 33.33%
G = 9.76%
B = 56.9%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C29EF (or 0x8C29EF) is known color: Blue Violet. HEX triplet: 8C, 29 and EF. RGB value is (140,41,239). Sum of RGB (Red+Green+Blue) = 140+41+239=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C29EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C29EF is #73D610. Grayscale: #5C5C5C. Windows color (decimal): -7591441 or 15673740. OLE color: 15673740.

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

Color convert

RGB 140 41 239 -
CMYK 0.41 0.83 0 0.06
HSL 270º 0.86% 0.55% -
HSV(B) 270º 0.83% 0.94% -
XYZ 27.19 13.39 82.81 -
YUV 93.17 210.3 161.4 -
System Red Green Blue C M Y K H S L
Decimal 140 41 239 0.41 0.83 0 0.06 270 0.86 0.55
Hex 8C 29 EF 29 53 0 6 10E 56 37
Octal 214 51 357 51 123 0 6 416 126 67
Binary 10001100 101001 11101111 101001 1010011 0 110 100001110 1010110 110111

Color Harmonies of #8C29EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C29EF

Black with #8C29EF

Text Example


Text Example

White with #8C29EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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