Html Css Color HEX #8C3CE9 Blue Violet

📋 copy color: '#8C3CE9'

red 140 ◦ green 60 ◦ blue 233

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

Shades of Blue Violet #8C3CE9

Tints of Blue Violet #8C3CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 53.81%

R = 32.33%
G = 13.86%
B = 53.81%

CMYK

 C value IS 0.40

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8C3CE9 (or 0x8C3CE9) is known color: Blue Violet. HEX triplet: 8C, 3C and E9. RGB value is (140,60,233). Sum of RGB (Red+Green+Blue) = 140+60+233=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #8C3CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C3CE9 is #73C316. Grayscale: #676767. Windows color (decimal): -7586583 or 15285388. OLE color: 15285388.

HSL color Cylindrical-coordinate representation of color #8C3CE9: hue angle of 267.75º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C3CE9 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 60 233 -
CMYK 0.40 0.74 0 0.09
HSL 267.75º 0.8% 0.57% -
HSV(B) 267.75º 0.74% 0.91% -
XYZ 27.14 14.69 78.5 -
YUV 103.64 201 153.93 -
System Red Green Blue C M Y K H S L
Decimal 140 60 233 0.40 0.74 0 0.09 267.75 0.8 0.57
Hex 8C 3C E9 28 4A 0 9 10C 50 39
Octal 214 74 351 50 112 0 11 414 120 71
Binary 10001100 111100 11101001 101000 1001010 0 1001 100001100 1010000 111001

Color Harmonies of #8C3CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3CE9

Black with #8C3CE9

Text Example


Text Example

White with #8C3CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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