Html Css Color HEX #8C48FC Blue Violet

📋 copy color: '#8C48FC'

red 140 ◦ green 72 ◦ blue 252

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

Shades of Blue Violet #8C48FC

Tints of Blue Violet #8C48FC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.52%

 BLUE value IS 252 (98.83% from 255) = 54.31%

R = 30.17%
G = 15.52%
B = 54.31%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C48FC (or 0x8C48FC) is known color: Blue Violet. HEX triplet: 8C, 48 and FC. RGB value is (140,72,252). Sum of RGB (Red+Green+Blue) = 140+72+252=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C48FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C48FC is #73B703. Grayscale: #707070. Windows color (decimal): -7583492 or 16533644. OLE color: 16533644.

HSL color Cylindrical-coordinate representation of color #8C48FC: hue angle of 262.67º degrees, saturation: 0.97, 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 #8C48FC is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 72 252 -
CMYK 0.44 0.71 0 0.01
HSL 262.67º 0.97% 0.64% -
HSV(B) 262.67º 0.71% 0.99% -
XYZ 30.7 17.24 93.8 -
YUV 112.85 206.53 147.36 -
System Red Green Blue C M Y K H S L
Decimal 140 72 252 0.44 0.71 0 0.01 262.67 0.97 0.64
Hex 8C 48 FC 2C 47 0 1 107 61 40
Octal 214 110 374 54 107 0 1 407 141 100
Binary 10001100 1001000 11111100 101100 1000111 0 1 100000111 1100001 1000000

Color Harmonies of #8C48FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C48FC

Black with #8C48FC

Text Example


Text Example

White with #8C48FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,72,252); }

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

background-color css

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

 a { background-color: rgb(140,72,252); }

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

border-color css

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

 span { border-color: rgb(140,72,252); }

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