Html Css Color HEX #8C3CEB Blue Violet

📋 copy color: '#8C3CEB'

red 140 ◦ green 60 ◦ blue 235

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

Shades of Blue Violet #8C3CEB

Tints of Blue Violet #8C3CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.79%

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

R = 32.18%
G = 13.79%
B = 54.02%

CMYK

 C value IS 0.40

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C3CEB (or 0x8C3CEB) is known color: Blue Violet. HEX triplet: 8C, 3C and EB. RGB value is (140,60,235). Sum of RGB (Red+Green+Blue) = 140+60+235=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C3CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C3CEB is #73C314. Grayscale: #676767. Windows color (decimal): -7586581 or 15416460. OLE color: 15416460.

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

Color convert

RGB 140 60 235 -
CMYK 0.40 0.74 0 0.08
HSL 267.43º 0.81% 0.58% -
HSV(B) 267.43º 0.74% 0.92% -
XYZ 27.43 14.81 80.01 -
YUV 103.87 202 153.77 -
System Red Green Blue C M Y K H S L
Decimal 140 60 235 0.40 0.74 0 0.08 267.43 0.81 0.58
Hex 8C 3C EB 28 4A 0 8 10B 51 3A
Octal 214 74 353 50 112 0 10 413 121 72
Binary 10001100 111100 11101011 101000 1001010 0 1000 100001011 1010001 111010

Color Harmonies of #8C3CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3CEB

Black with #8C3CEB

Text Example


Text Example

White with #8C3CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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