Html Css Color HEX #8C2DEB Blue Violet

📋 copy color: '#8C2DEB'

red 140 ◦ green 45 ◦ blue 235

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

Shades of Blue Violet #8C2DEB

Tints of Blue Violet #8C2DEB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.71%

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

R = 33.33%
G = 10.71%
B = 55.95%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C2DEB (or 0x8C2DEB) is known color: Blue Violet. HEX triplet: 8C, 2D and EB. RGB value is (140,45,235). Sum of RGB (Red+Green+Blue) = 140+45+235=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C2DEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2DEB is #73D214. Grayscale: #5E5E5E. Windows color (decimal): -7590421 or 15412620. OLE color: 15412620.

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

Color convert

RGB 140 45 235 -
CMYK 0.40 0.81 0 0.08
HSL 270º 0.83% 0.55% -
HSV(B) 270º 0.81% 0.92% -
XYZ 26.75 13.45 79.78 -
YUV 95.07 206.97 160.05 -
System Red Green Blue C M Y K H S L
Decimal 140 45 235 0.40 0.81 0 0.08 270 0.83 0.55
Hex 8C 2D EB 28 51 0 8 10E 53 37
Octal 214 55 353 50 121 0 10 416 123 67
Binary 10001100 101101 11101011 101000 1010001 0 1000 100001110 1010011 110111

Color Harmonies of #8C2DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2DEB

Black with #8C2DEB

Text Example


Text Example

White with #8C2DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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