Html Css Color HEX #8C4BEB Blue Violet

📋 copy color: '#8C4BEB'

red 140 ◦ green 75 ◦ blue 235

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

Shades of Blue Violet #8C4BEB

Tints of Blue Violet #8C4BEB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.67%

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

R = 31.11%
G = 16.67%
B = 52.22%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C4BEB (or 0x8C4BEB) is known color: Blue Violet. HEX triplet: 8C, 4B and EB. RGB value is (140,75,235). Sum of RGB (Red+Green+Blue) = 140+75+235=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C4BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C4BEB is #73B414. Grayscale: #707070. Windows color (decimal): -7582741 or 15420300. OLE color: 15420300.

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

Color convert

RGB 140 75 235 -
CMYK 0.40 0.68 0 0.08
HSL 264.38º 0.8% 0.61% -
HSV(B) 264.38º 0.68% 0.92% -
XYZ 28.33 16.61 80.31 -
YUV 112.68 197.03 147.49 -
System Red Green Blue C M Y K H S L
Decimal 140 75 235 0.40 0.68 0 0.08 264.38 0.8 0.61
Hex 8C 4B EB 28 44 0 8 108 50 3D
Octal 214 113 353 50 104 0 10 410 120 75
Binary 10001100 1001011 11101011 101000 1000100 0 1000 100001000 1010000 111101

Color Harmonies of #8C4BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4BEB

Black with #8C4BEB

Text Example


Text Example

White with #8C4BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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