Html Css Color HEX #8F2EA7 Vivid Violet

📋 copy color: '#8F2EA7'

red 143 ◦ green 46 ◦ blue 167

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

Shades of Vivid Violet #8F2EA7

Tints of Vivid Violet #8F2EA7

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.92%

 BLUE value IS 167 (65.63% from 255) = 46.91%

R = 40.17%
G = 12.92%
B = 46.91%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8F2EA7 (or 0x8F2EA7) is known color: Vivid Violet. HEX triplet: 8F, 2E and A7. RGB value is (143,46,167). Sum of RGB (Red+Green+Blue) = 143+46+167=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 167 - color contains mainly: blue. Hex color #8F2EA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2EA7 is #70D158. Grayscale: #585858. Windows color (decimal): -7393625 or 10956431. OLE color: 10956431.

HSL color Cylindrical-coordinate representation of color #8F2EA7: hue angle of 288.1º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F2EA7 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 143 46 167 -
CMYK 0.14 0.72 0 0.35
HSL 288.1º 0.57% 0.42% -
HSV(B) 288.1º 0.72% 0.65% -
XYZ 19.28 10.58 37.59 -
YUV 88.8 172.14 166.66 -
System Red Green Blue C M Y K H S L
Decimal 143 46 167 0.14 0.72 0 0.35 288.1 0.57 0.42
Hex 8F 2E A7 E 48 0 23 120 39 2A
Octal 217 56 247 16 110 0 43 440 71 52
Binary 10001111 101110 10100111 1110 1001000 0 100011 100100000 111001 101010

Color Harmonies of #8F2EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2EA7

Black with #8F2EA7

Text Example


Text Example

White with #8F2EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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