Html Css Color HEX #8F28F5 Blue Violet

📋 copy color: '#8F28F5'

red 143 ◦ green 40 ◦ blue 245

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

Shades of Blue Violet #8F28F5

Tints of Blue Violet #8F28F5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.35%

 BLUE value IS 245 (96.09% from 255) = 57.24%

R = 33.41%
G = 9.35%
B = 57.24%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8F28F5 (or 0x8F28F5) is known color: Blue Violet. HEX triplet: 8F, 28 and F5. RGB value is (143,40,245). Sum of RGB (Red+Green+Blue) = 143+40+245=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 245 (96.09% from 255 or 57.24% from 428); Max value from RGB is 245 - color contains mainly: blue. Hex color #8F28F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F28F5 is #70D70A. Grayscale: #5D5D5D. Windows color (decimal): -7395083 or 16066703. OLE color: 16066703.

HSL color Cylindrical-coordinate representation of color #8F28F5: hue angle of 270.15º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F28F5 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 143 40 245 -
CMYK 0.42 0.84 0 0.04
HSL 270.15º 0.91% 0.56% -
HSV(B) 270.15º 0.84% 0.96% -
XYZ 28.57 13.95 87.57 -
YUV 94.17 213.12 162.83 -
System Red Green Blue C M Y K H S L
Decimal 143 40 245 0.42 0.84 0 0.04 270.15 0.91 0.56
Hex 8F 28 F5 2A 54 0 4 10E 5B 38
Octal 217 50 365 52 124 0 4 416 133 70
Binary 10001111 101000 11110101 101010 1010100 0 100 100001110 1011011 111000

Color Harmonies of #8F28F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F28F5

Black with #8F28F5

Text Example


Text Example

White with #8F28F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,40,245); }

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

background-color css

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

 a { background-color: rgb(143,40,245); }

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

border-color css

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

 span { border-color: rgb(143,40,245); }

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