Html Css Color HEX #8F2CE7 Blue Violet

📋 copy color: '#8F2CE7'

red 143 ◦ green 44 ◦ blue 231

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

Shades of Blue Violet #8F2CE7

Tints of Blue Violet #8F2CE7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.53%

 BLUE value IS 231 (90.63% from 255) = 55.26%

R = 34.21%
G = 10.53%
B = 55.26%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8F2CE7 (or 0x8F2CE7) is known color: Blue Violet. HEX triplet: 8F, 2C and E7. RGB value is (143,44,231). Sum of RGB (Red+Green+Blue) = 143+44+231=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 231 (90.62% from 255 or 55.26% from 418); Max value from RGB is 231 - color contains mainly: blue. Hex color #8F2CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F2CE7 is #70D318. Grayscale: #5E5E5E. Windows color (decimal): -7394073 or 15150223. OLE color: 15150223.

HSL color Cylindrical-coordinate representation of color #8F2CE7: hue angle of 271.76º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F2CE7 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 143 44 231 -
CMYK 0.38 0.81 0 0.09
HSL 271.76º 0.8% 0.54% -
HSV(B) 271.76º 0.81% 0.91% -
XYZ 26.65 13.41 76.79 -
YUV 94.92 204.8 162.29 -
System Red Green Blue C M Y K H S L
Decimal 143 44 231 0.38 0.81 0 0.09 271.76 0.8 0.54
Hex 8F 2C E7 26 51 0 9 110 50 36
Octal 217 54 347 46 121 0 11 420 120 66
Binary 10001111 101100 11100111 100110 1010001 0 1001 100010000 1010000 110110

Color Harmonies of #8F2CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2CE7

Black with #8F2CE7

Text Example


Text Example

White with #8F2CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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