#8F2EE3

Color #8F2EE3 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8F2EE3

Tints of Blue Violet #8F2EE3

Color information

#8F2EE3 (or 0x8F2EE3) is unknown color: approx Blue Violet. HEX triplet: 8F, 2E and E3. RGB value is (143,46,227). Sum of RGB (Red+Green+Blue) = 143+46+227=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 227 (89.06% from 255 or 54.57% from 416); Max value from RGB is 227 - color contains mainly: blue. Hex color #8F2EE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2EE3 is #70D11C. Grayscale: #5F5F5F. Windows color (decimal): -7393565 or 14888591. OLE color: 14888591.

HSL color Cylindrical-coordinate representation of color #8F2EE3: hue angle of 272.15º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F2EE3 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14346227-
CMYK0.370.8000.11
HSL272.15º76.37%53.53%-
HSV(B)272.15º79.74%89.02%-
XYZ26.1713.3473.87-
YUV95.64202.14161.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.38%
GREEN value IS 46 (18.36% from 255) = 11.06%
BLUE value IS 227 (89.06% from 255) = 54.57%
R=34.38%
G=11.06%
B=54.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal143462270.370.8000.11272.1576.3753.53
Hex8F2EE325500B1104c36
Octal217563434512001342011466
Binary10001111101110111000111001011010000010111000100001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,46,227); }

 H1.HeaderClassName
 {
   color: #8F2EE3;
 }
 .AnyTagClassName
 {
   color: #8F2EE3;
 }
</style>
background-color css

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

 a { background-color: rgb(143,46,227); }

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

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

 span { border-color: rgb(143,46,227); }

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