Html Css Color HEX #8C41D7 Blue Violet

📋 copy color: '#8C41D7'

red 140 ◦ green 65 ◦ blue 215

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

Shades of Blue Violet #8C41D7

Tints of Blue Violet #8C41D7

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.48%

 BLUE value IS 215 (84.38% from 255) = 51.19%

R = 33.33%
G = 15.48%
B = 51.19%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8C41D7 (or 0x8C41D7) is known color: Blue Violet. HEX triplet: 8C, 41 and D7. RGB value is (140,65,215). Sum of RGB (Red+Green+Blue) = 140+65+215=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 215 (84.38% from 255 or 51.19% from 420); Max value from RGB is 215 - color contains mainly: blue. Hex color #8C41D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C41D7 is #73BE28. Grayscale: #686868. Windows color (decimal): -7585321 or 14107020. OLE color: 14107020.

HSL color Cylindrical-coordinate representation of color #8C41D7: hue angle of 270º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C41D7 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 65 215 -
CMYK 0.35 0.70 0 0.16
HSL 270º 0.65% 0.55% -
HSV(B) 270º 0.7% 0.84% -
XYZ 24.97 14.26 65.73 -
YUV 104.53 190.35 153.3 -
System Red Green Blue C M Y K H S L
Decimal 140 65 215 0.35 0.70 0 0.16 270 0.65 0.55
Hex 8C 41 D7 23 46 0 10 10E 41 37
Octal 214 101 327 43 106 0 20 416 101 67
Binary 10001100 1000001 11010111 100011 1000110 0 10000 100001110 1000001 110111

Color Harmonies of #8C41D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C41D7

Black with #8C41D7

Text Example


Text Example

White with #8C41D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,65,215); }

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

background-color css

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

 a { background-color: rgb(140,65,215); }

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

border-color css

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

 span { border-color: rgb(140,65,215); }

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