Html Css Color HEX #8C3AEE Blue Violet

📋 copy color: '#8C3AEE'

red 140 ◦ green 58 ◦ blue 238

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

Shades of Blue Violet #8C3AEE

Tints of Blue Violet #8C3AEE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.3%

 BLUE value IS 238 (93.36% from 255) = 54.59%

R = 32.11%
G = 13.3%
B = 54.59%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C3AEE (or 0x8C3AEE) is known color: Blue Violet. HEX triplet: 8C, 3A and EE. RGB value is (140,58,238). Sum of RGB (Red+Green+Blue) = 140+58+238=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C3AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C3AEE is #73C511. Grayscale: #666666. Windows color (decimal): -7587090 or 15612556. OLE color: 15612556.

HSL color Cylindrical-coordinate representation of color #8C3AEE: hue angle of 267.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C3AEE is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 58 238 -
CMYK 0.41 0.76 0 0.07
HSL 267.33º 0.84% 0.58% -
HSV(B) 267.33º 0.76% 0.93% -
XYZ 27.76 14.77 82.28 -
YUV 103.04 204.17 154.36 -
System Red Green Blue C M Y K H S L
Decimal 140 58 238 0.41 0.76 0 0.07 267.33 0.84 0.58
Hex 8C 3A EE 29 4C 0 7 10B 54 3A
Octal 214 72 356 51 114 0 7 413 124 72
Binary 10001100 111010 11101110 101001 1001100 0 111 100001011 1010100 111010

Color Harmonies of #8C3AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3AEE

Black with #8C3AEE

Text Example


Text Example

White with #8C3AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,58,238); }

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

background-color css

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

 a { background-color: rgb(140,58,238); }

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

border-color css

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

 span { border-color: rgb(140,58,238); }

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