Html Css Color HEX #8F30A7 Vivid Violet

📋 copy color: '#8F30A7'

red 143 ◦ green 48 ◦ blue 167

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

Shades of Vivid Violet #8F30A7

Tints of Vivid Violet #8F30A7

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.41%

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

R = 39.94%
G = 13.41%
B = 46.65%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8F30A7 (or 0x8F30A7) is known color: Vivid Violet. HEX triplet: 8F, 30 and A7. RGB value is (143,48,167). Sum of RGB (Red+Green+Blue) = 143+48+167=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 167 - color contains mainly: blue. Hex color #8F30A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F30A7 is #70CF58. Grayscale: #595959. Windows color (decimal): -7393113 or 10956943. OLE color: 10956943.

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

Color convert

RGB 143 48 167 -
CMYK 0.14 0.71 0 0.35
HSL 287.9º 0.55% 0.42% -
HSV(B) 287.9º 0.71% 0.65% -
XYZ 19.36 10.74 37.61 -
YUV 89.97 171.47 165.82 -
System Red Green Blue C M Y K H S L
Decimal 143 48 167 0.14 0.71 0 0.35 287.9 0.55 0.42
Hex 8F 30 A7 E 47 0 23 120 37 2A
Octal 217 60 247 16 107 0 43 440 67 52
Binary 10001111 110000 10100111 1110 1000111 0 100011 100100000 110111 101010

Color Harmonies of #8F30A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F30A7

Black with #8F30A7

Text Example


Text Example

White with #8F30A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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