Html Css Color HEX #8F28EA Blue Violet

📋 copy color: '#8F28EA'

red 143 ◦ green 40 ◦ blue 234

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

Shades of Blue Violet #8F28EA

Tints of Blue Violet #8F28EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.12%

R = 34.29%
G = 9.59%
B = 56.12%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F28EA (or 0x8F28EA) is known color: Blue Violet. HEX triplet: 8F, 28 and EA. RGB value is (143,40,234). Sum of RGB (Red+Green+Blue) = 143+40+234=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F28EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F28EA is #70D715. Grayscale: #5C5C5C. Windows color (decimal): -7395094 or 15345807. OLE color: 15345807.

HSL color Cylindrical-coordinate representation of color #8F28EA: hue angle of 271.86º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F28EA is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 40 234 -
CMYK 0.39 0.83 0 0.08
HSL 271.86º 0.82% 0.54% -
HSV(B) 271.86º 0.83% 0.92% -
XYZ 26.94 13.3 78.99 -
YUV 92.91 207.62 163.73 -
System Red Green Blue C M Y K H S L
Decimal 143 40 234 0.39 0.83 0 0.08 271.86 0.82 0.54
Hex 8F 28 EA 27 53 0 8 110 52 36
Octal 217 50 352 47 123 0 10 420 122 66
Binary 10001111 101000 11101010 100111 1010011 0 1000 100010000 1010010 110110

Color Harmonies of #8F28EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F28EA

Black with #8F28EA

Text Example


Text Example

White with #8F28EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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