Html Css Color HEX #8C3CEE Blue Violet

📋 copy color: '#8C3CEE'

red 140 ◦ green 60 ◦ blue 238

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

Shades of Blue Violet #8C3CEE

Tints of Blue Violet #8C3CEE

RGB

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

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

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

R = 31.96%
G = 13.7%
B = 54.34%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C3CEE (or 0x8C3CEE) is known color: Blue Violet. HEX triplet: 8C, 3C and EE. RGB value is (140,60,238). Sum of RGB (Red+Green+Blue) = 140+60+238=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C3CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C3CEE is #73C311. Grayscale: #676767. Windows color (decimal): -7586578 or 15613068. OLE color: 15613068.

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

Color convert

RGB 140 60 238 -
CMYK 0.41 0.75 0 0.07
HSL 266.97º 0.84% 0.58% -
HSV(B) 266.97º 0.75% 0.93% -
XYZ 27.86 14.98 82.31 -
YUV 104.21 203.5 153.53 -
System Red Green Blue C M Y K H S L
Decimal 140 60 238 0.41 0.75 0 0.07 266.97 0.84 0.58
Hex 8C 3C EE 29 4B 0 7 10B 54 3A
Octal 214 74 356 51 113 0 7 413 124 72
Binary 10001100 111100 11101110 101001 1001011 0 111 100001011 1010100 111010

Color Harmonies of #8C3CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3CEE

Black with #8C3CEE

Text Example


Text Example

White with #8C3CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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