Html Css Color HEX #8C47F7 Blue Violet

📋 copy color: '#8C47F7'

red 140 ◦ green 71 ◦ blue 247

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

Shades of Blue Violet #8C47F7

Tints of Blue Violet #8C47F7

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.5%

 BLUE value IS 247 (96.88% from 255) = 53.93%

R = 30.57%
G = 15.5%
B = 53.93%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8C47F7 (or 0x8C47F7) is known color: Blue Violet. HEX triplet: 8C, 47 and F7. RGB value is (140,71,247). Sum of RGB (Red+Green+Blue) = 140+71+247=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 247 (96.88% from 255 or 53.93% from 458); Max value from RGB is 247 - color contains mainly: blue. Hex color #8C47F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C47F7 is #73B808. Grayscale: #6F6F6F. Windows color (decimal): -7583753 or 16205708. OLE color: 16205708.

HSL color Cylindrical-coordinate representation of color #8C47F7: hue angle of 263.52º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C47F7 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 140 71 247 -
CMYK 0.43 0.71 0 0.03
HSL 263.52º 0.92% 0.62% -
HSV(B) 263.52º 0.71% 0.97% -
XYZ 29.86 16.8 89.66 -
YUV 111.7 204.36 148.19 -
System Red Green Blue C M Y K H S L
Decimal 140 71 247 0.43 0.71 0 0.03 263.52 0.92 0.62
Hex 8C 47 F7 2B 47 0 3 108 5C 3E
Octal 214 107 367 53 107 0 3 410 134 76
Binary 10001100 1000111 11110111 101011 1000111 0 11 100001000 1011100 111110

Color Harmonies of #8C47F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C47F7

Black with #8C47F7

Text Example


Text Example

White with #8C47F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,71,247); }

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

background-color css

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

 a { background-color: rgb(140,71,247); }

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

border-color css

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

 span { border-color: rgb(140,71,247); }

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