Html Css Color HEX #8F309B Vivid Violet

📋 copy color: '#8F309B'

red 143 ◦ green 48 ◦ blue 155

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

Shades of Vivid Violet #8F309B

Tints of Vivid Violet #8F309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.8%

R = 41.33%
G = 13.87%
B = 44.8%

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

#8F309B (or 0x8F309B) is known color: Vivid Violet. HEX triplet: 8F, 30 and 9B. RGB value is (143,48,155). Sum of RGB (Red+Green+Blue) = 143+48+155=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F309B is #70CF64. Grayscale: #585858. Windows color (decimal): -7393125 or 10170511. OLE color: 10170511.

HSL color Cylindrical-coordinate representation of color #8F309B: hue angle of 293.27º 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 #8F309B is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 48 155 -
CMYK 0.08 0.69 0 0.39
HSL 293.27º 0.53% 0.4% -
HSV(B) 293.27º 0.69% 0.61% -
XYZ 18.3 10.32 32.04 -
YUV 88.6 165.47 166.8 -
System Red Green Blue C M Y K H S L
Decimal 143 48 155 0.08 0.69 0 0.39 293.27 0.53 0.4
Hex 8F 30 9B 8 45 0 27 125 35 28
Octal 217 60 233 10 105 0 47 445 65 50
Binary 10001111 110000 10011011 1000 1000101 0 100111 100100101 110101 101000

Color Harmonies of #8F309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F309B

Black with #8F309B

Text Example


Text Example

White with #8F309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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