Html Css Color HEX #8C49FD Blue Violet

📋 copy color: '#8C49FD'

red 140 ◦ green 73 ◦ blue 253

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

Shades of Blue Violet #8C49FD

Tints of Blue Violet #8C49FD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.67%

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

R = 30.04%
G = 15.67%
B = 54.29%

CMYK

 C value IS 0.45

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C49FD (or 0x8C49FD) is known color: Blue Violet. HEX triplet: 8C, 49 and FD. RGB value is (140,73,253). Sum of RGB (Red+Green+Blue) = 140+73+253=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C49FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C49FD is #73B602. Grayscale: #707070. Windows color (decimal): -7583235 or 16599436. OLE color: 16599436.

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

Color convert

RGB 140 73 253 -
CMYK 0.45 0.71 0 0.01
HSL 262.33º 0.98% 0.64% -
HSV(B) 262.33º 0.71% 0.99% -
XYZ 30.93 17.43 94.66 -
YUV 113.55 206.7 146.86 -
System Red Green Blue C M Y K H S L
Decimal 140 73 253 0.45 0.71 0 0.01 262.33 0.98 0.64
Hex 8C 49 FD 2D 47 0 1 106 62 40
Octal 214 111 375 55 107 0 1 406 142 100
Binary 10001100 1001001 11111101 101101 1000111 0 1 100000110 1100010 1000000

Color Harmonies of #8C49FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C49FD

Black with #8C49FD

Text Example


Text Example

White with #8C49FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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