Html Css Color HEX #8C47FD Blue Violet

📋 copy color: '#8C47FD'

red 140 ◦ green 71 ◦ blue 253

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

Shades of Blue Violet #8C47FD

Tints of Blue Violet #8C47FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.53%

R = 30.17%
G = 15.3%
B = 54.53%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C47FD (or 0x8C47FD) is known color: Blue Violet. HEX triplet: 8C, 47 and FD. RGB value is (140,71,253). Sum of RGB (Red+Green+Blue) = 140+71+253=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C47FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C47FD is #73B802. Grayscale: #6F6F6F. Windows color (decimal): -7583747 or 16598924. OLE color: 16598924.

HSL color Cylindrical-coordinate representation of color #8C47FD: hue angle of 262.75º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C47FD is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 71 253 -
CMYK 0.45 0.72 0 0.01
HSL 262.75º 0.98% 0.64% -
HSV(B) 262.75º 0.72% 0.99% -
XYZ 30.8 17.17 94.62 -
YUV 112.38 207.36 147.7 -
System Red Green Blue C M Y K H S L
Decimal 140 71 253 0.45 0.72 0 0.01 262.75 0.98 0.64
Hex 8C 47 FD 2D 48 0 1 107 62 40
Octal 214 107 375 55 110 0 1 407 142 100
Binary 10001100 1000111 11111101 101101 1001000 0 1 100000111 1100010 1000000

Color Harmonies of #8C47FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C47FD

Black with #8C47FD

Text Example


Text Example

White with #8C47FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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