Html Css Color HEX #8C4CE9 Blue Violet

📋 copy color: '#8C4CE9'

red 140 ◦ green 76 ◦ blue 233

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

Shades of Blue Violet #8C4CE9

Tints of Blue Violet #8C4CE9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.93%

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

R = 31.18%
G = 16.93%
B = 51.89%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8C4CE9 (or 0x8C4CE9) is known color: Blue Violet. HEX triplet: 8C, 4C and E9. RGB value is (140,76,233). Sum of RGB (Red+Green+Blue) = 140+76+233=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 233 (91.41% from 255 or 51.89% from 449); Max value from RGB is 233 - color contains mainly: blue. Hex color #8C4CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C4CE9 is #73B316. Grayscale: #707070. Windows color (decimal): -7582487 or 15289484. OLE color: 15289484.

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

Color convert

RGB 140 76 233 -
CMYK 0.40 0.67 0 0.09
HSL 264.46º 0.78% 0.61% -
HSV(B) 264.46º 0.67% 0.91% -
XYZ 28.11 16.63 78.82 -
YUV 113.03 195.7 147.23 -
System Red Green Blue C M Y K H S L
Decimal 140 76 233 0.40 0.67 0 0.09 264.46 0.78 0.61
Hex 8C 4C E9 28 43 0 9 108 4E 3D
Octal 214 114 351 50 103 0 11 410 116 75
Binary 10001100 1001100 11101001 101000 1000011 0 1001 100001000 1001110 111101

Color Harmonies of #8C4CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4CE9

Black with #8C4CE9

Text Example


Text Example

White with #8C4CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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