#8F2CEB

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

Shades of Blue Violet #8F2CEB

Tints of Blue Violet #8F2CEB

Color information

#8F2CEB (or 0x8F2CEB) is unknown color: approx Blue Violet. HEX triplet: 8F, 2C and EB. RGB value is (143,44,235). Sum of RGB (Red+Green+Blue) = 143+44+235=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F2CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F2CEB is #70D314. Grayscale: #5E5E5E. Windows color (decimal): -7394069 or 15412367. OLE color: 15412367.

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

Color convert

RGB14344235-
CMYK0.390.8100.08
HSL271.1º82.68%54.71%-
HSV(B)271.1º81.28%92.16%-
XYZ27.2213.6479.8-
YUV95.38206.8161.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.89%
GREEN value IS 44 (17.58% from 255) = 10.43%
BLUE value IS 235 (92.19% from 255) = 55.69%
R=33.89%
G=10.43%
B=55.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal143442350.390.8100.08271.182.6854.71
Hex8F2CEB27510810f5337
Octal217543534712101041712367
Binary10001111101100111010111001111010001010001000011111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,44,235); }

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

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

 a { background-color: rgb(143,44,235); }

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

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

 span { border-color: rgb(143,44,235); }

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