Html Css Color HEX #8F2BE7 Blue Violet

📋 copy color: '#8F2BE7'

red 143 ◦ green 43 ◦ blue 231

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

Shades of Blue Violet #8F2BE7

Tints of Blue Violet #8F2BE7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.31%

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

R = 34.29%
G = 10.31%
B = 55.4%

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

#8F2BE7 (or 0x8F2BE7) is known color: Blue Violet. HEX triplet: 8F, 2B and E7. RGB value is (143,43,231). Sum of RGB (Red+Green+Blue) = 143+43+231=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 231 (90.62% from 255 or 55.40% from 417); Max value from RGB is 231 - color contains mainly: blue. Hex color #8F2BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F2BE7 is #70D418. Grayscale: #5D5D5D. Windows color (decimal): -7394329 or 15149967. OLE color: 15149967.

HSL color Cylindrical-coordinate representation of color #8F2BE7: hue angle of 271.91º 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 #8F2BE7 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 143 43 231 -
CMYK 0.38 0.81 0 0.09
HSL 271.91º 0.8% 0.54% -
HSV(B) 271.91º 0.81% 0.91% -
XYZ 26.62 13.34 76.77 -
YUV 94.33 205.13 162.71 -
System Red Green Blue C M Y K H S L
Decimal 143 43 231 0.38 0.81 0 0.09 271.91 0.8 0.54
Hex 8F 2B E7 26 51 0 9 110 50 36
Octal 217 53 347 46 121 0 11 420 120 66
Binary 10001111 101011 11100111 100110 1010001 0 1001 100010000 1010000 110110

Color Harmonies of #8F2BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2BE7

Black with #8F2BE7

Text Example


Text Example

White with #8F2BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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