Html Css Color HEX #8F30AC Vivid Violet

📋 copy color: '#8F30AC'

red 143 ◦ green 48 ◦ blue 172

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

Shades of Vivid Violet #8F30AC

Tints of Vivid Violet #8F30AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 39.39%
G = 13.22%
B = 47.38%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F30AC (or 0x8F30AC) is known color: Vivid Violet. HEX triplet: 8F, 30 and AC. RGB value is (143,48,172). Sum of RGB (Red+Green+Blue) = 143+48+172=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F30AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F30AC is #70CF53. Grayscale: #5A5A5A. Windows color (decimal): -7393108 or 11284623. OLE color: 11284623.

HSL color Cylindrical-coordinate representation of color #8F30AC: hue angle of 285.97º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F30AC is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 48 172 -
CMYK 0.17 0.72 0 0.33
HSL 285.97º 0.56% 0.43% -
HSV(B) 285.97º 0.72% 0.67% -
XYZ 19.83 10.93 40.09 -
YUV 90.54 173.97 165.42 -
System Red Green Blue C M Y K H S L
Decimal 143 48 172 0.17 0.72 0 0.33 285.97 0.56 0.43
Hex 8F 30 AC 11 48 0 21 11E 38 2B
Octal 217 60 254 21 110 0 41 436 70 53
Binary 10001111 110000 10101100 10001 1001000 0 100001 100011110 111000 101011

Color Harmonies of #8F30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F30AC

Black with #8F30AC

Text Example


Text Example

White with #8F30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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