Html Css Color HEX #8C29DE Blue Violet

📋 copy color: '#8C29DE'

red 140 ◦ green 41 ◦ blue 222

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

Shades of Blue Violet #8C29DE

Tints of Blue Violet #8C29DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.09%

R = 34.74%
G = 10.17%
B = 55.09%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C29DE (or 0x8C29DE) is known color: Blue Violet. HEX triplet: 8C, 29 and DE. RGB value is (140,41,222). Sum of RGB (Red+Green+Blue) = 140+41+222=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C29DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C29DE is #73D621. Grayscale: #5A5A5A. Windows color (decimal): -7591458 or 14559628. OLE color: 14559628.

HSL color Cylindrical-coordinate representation of color #8C29DE: hue angle of 272.82º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C29DE is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 41 222 -
CMYK 0.37 0.82 0 0.13
HSL 272.82º 0.73% 0.52% -
HSV(B) 272.82º 0.82% 0.87% -
XYZ 24.79 12.44 70.2 -
YUV 91.24 201.8 162.78 -
System Red Green Blue C M Y K H S L
Decimal 140 41 222 0.37 0.82 0 0.13 272.82 0.73 0.52
Hex 8C 29 DE 25 52 0 D 111 49 34
Octal 214 51 336 45 122 0 15 421 111 64
Binary 10001100 101001 11011110 100101 1010010 0 1101 100010001 1001001 110100

Color Harmonies of #8C29DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C29DE

Black with #8C29DE

Text Example


Text Example

White with #8C29DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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