Html Css Color HEX #8F48FF Blue Violet

📋 copy color: '#8F48FF'

red 143 ◦ green 72 ◦ blue 255

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

Shades of Blue Violet #8F48FF

Tints of Blue Violet #8F48FF

RGB

 RED value IS 143 (56.25% from 255) = 30.43%

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

 BLUE value IS 255 (100% from 255) = 54.26%

R = 30.43%
G = 15.32%
B = 54.26%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8F48FF (or 0x8F48FF) is known color: Blue Violet. HEX triplet: 8F, 48 and FF. RGB value is (143,72,255). Sum of RGB (Red+Green+Blue) = 143+72+255=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F48FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F48FF is #70B700. Grayscale: #717171. Windows color (decimal): -7386881 or 16730255. OLE color: 16730255.

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

Color convert

RGB 143 72 255 -
CMYK 0.44 0.72 0 0
HSL 263.28º 1% 0.64% -
HSV(B) 263.28º 0.72% 1% -
XYZ 31.7 17.69 96.35 -
YUV 114.09 207.52 148.62 -
System Red Green Blue C M Y K H S L
Decimal 143 72 255 0.44 0.72 0 0 263.28 1 0.64
Hex 8F 48 FF 2C 48 0 0 107 64 40
Octal 217 110 377 54 110 0 0 407 144 100
Binary 10001111 1001000 11111111 101100 1001000 0 0 100000111 1100100 1000000

Color Harmonies of #8F48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F48FF

Black with #8F48FF

Text Example


Text Example

White with #8F48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,72,255); }

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

background-color css

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

 a { background-color: rgb(143,72,255); }

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

border-color css

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

 span { border-color: rgb(143,72,255); }

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