Html Css Color HEX #8F309C Vivid Violet

📋 copy color: '#8F309C'

red 143 ◦ green 48 ◦ blue 156

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

Shades of Vivid Violet #8F309C

Tints of Vivid Violet #8F309C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.96%

R = 41.21%
G = 13.83%
B = 44.96%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F309C (or 0x8F309C) is known color: Vivid Violet. HEX triplet: 8F, 30 and 9C. RGB value is (143,48,156). Sum of RGB (Red+Green+Blue) = 143+48+156=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F309C is #70CF63. Grayscale: #585858. Windows color (decimal): -7393124 or 10236047. OLE color: 10236047.

HSL color Cylindrical-coordinate representation of color #8F309C: hue angle of 292.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F309C is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 48 156 -
CMYK 0.08 0.69 0 0.39
HSL 292.78º 0.53% 0.4% -
HSV(B) 292.78º 0.69% 0.61% -
XYZ 18.39 10.35 32.48 -
YUV 88.72 165.97 166.72 -
System Red Green Blue C M Y K H S L
Decimal 143 48 156 0.08 0.69 0 0.39 292.78 0.53 0.4
Hex 8F 30 9C 8 45 0 27 125 35 28
Octal 217 60 234 10 105 0 47 445 65 50
Binary 10001111 110000 10011100 1000 1000101 0 100111 100100101 110101 101000

Color Harmonies of #8F309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F309C

Black with #8F309C

Text Example


Text Example

White with #8F309C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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