Html Css Color HEX #8C42EB Blue Violet

📋 copy color: '#8C42EB'

red 140 ◦ green 66 ◦ blue 235

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

Shades of Blue Violet #8C42EB

Tints of Blue Violet #8C42EB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.97%

 BLUE value IS 235 (92.19% from 255) = 53.29%

R = 31.75%
G = 14.97%
B = 53.29%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C42EB (or 0x8C42EB) is known color: Blue Violet. HEX triplet: 8C, 42 and EB. RGB value is (140,66,235). Sum of RGB (Red+Green+Blue) = 140+66+235=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C42EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C42EB is #73BD14. Grayscale: #6A6A6A. Windows color (decimal): -7585045 or 15417996. OLE color: 15417996.

HSL color Cylindrical-coordinate representation of color #8C42EB: hue angle of 266.27º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C42EB is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 66 235 -
CMYK 0.40 0.72 0 0.08
HSL 266.27º 0.81% 0.59% -
HSV(B) 266.27º 0.72% 0.92% -
XYZ 27.76 15.47 80.12 -
YUV 107.39 200.02 151.26 -
System Red Green Blue C M Y K H S L
Decimal 140 66 235 0.40 0.72 0 0.08 266.27 0.81 0.59
Hex 8C 42 EB 28 48 0 8 10A 51 3B
Octal 214 102 353 50 110 0 10 412 121 73
Binary 10001100 1000010 11101011 101000 1001000 0 1000 100001010 1010001 111011

Color Harmonies of #8C42EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C42EB

Black with #8C42EB

Text Example


Text Example

White with #8C42EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,66,235); }

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

background-color css

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

 a { background-color: rgb(140,66,235); }

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

border-color css

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

 span { border-color: rgb(140,66,235); }

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