Html Css Color HEX #8C48F1 Blue Violet

📋 copy color: '#8C48F1'

red 140 ◦ green 72 ◦ blue 241

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

Shades of Blue Violet #8C48F1

Tints of Blue Violet #8C48F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 53.2%

R = 30.91%
G = 15.89%
B = 53.2%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8C48F1 (or 0x8C48F1) is known color: Blue Violet. HEX triplet: 8C, 48 and F1. RGB value is (140,72,241). Sum of RGB (Red+Green+Blue) = 140+72+241=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #8C48F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C48F1 is #73B70E. Grayscale: #6E6E6E. Windows color (decimal): -7583503 or 15812748. OLE color: 15812748.

HSL color Cylindrical-coordinate representation of color #8C48F1: hue angle of 264.14º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C48F1 is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 72 241 -
CMYK 0.42 0.70 0 0.05
HSL 264.14º 0.86% 0.61% -
HSV(B) 264.14º 0.7% 0.95% -
XYZ 29.01 16.56 84.89 -
YUV 111.6 201.03 148.26 -
System Red Green Blue C M Y K H S L
Decimal 140 72 241 0.42 0.70 0 0.05 264.14 0.86 0.61
Hex 8C 48 F1 2A 46 0 5 108 56 3D
Octal 214 110 361 52 106 0 5 410 126 75
Binary 10001100 1001000 11110001 101010 1000110 0 101 100001000 1010110 111101

Color Harmonies of #8C48F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C48F1

Black with #8C48F1

Text Example


Text Example

White with #8C48F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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