Html Css Color HEX #8F308A Vivid Violet

📋 copy color: '#8F308A'

red 143 ◦ green 48 ◦ blue 138

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

Shades of Vivid Violet #8F308A

Tints of Vivid Violet #8F308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.95%

R = 43.47%
G = 14.59%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F308A (or 0x8F308A) is known color: Vivid Violet. HEX triplet: 8F, 30 and 8A. RGB value is (143,48,138). Sum of RGB (Red+Green+Blue) = 143+48+138=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 143 - color contains mainly: red. Hex color #8F308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F308A is #70CF75. Grayscale: #565656. Windows color (decimal): -7393142 or 9056399. OLE color: 9056399.

HSL color Cylindrical-coordinate representation of color #8F308A: hue angle of 303.16º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F308A is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 48 138 -
CMYK 0 0.66 0.03 0.44
HSL 303.16º 0.5% 0.37% -
HSV(B) 303.16º 0.66% 0.56% -
XYZ 16.97 9.79 25.04 -
YUV 86.67 156.97 168.18 -
System Red Green Blue C M Y K H S L
Decimal 143 48 138 0 0.66 0.03 0.44 303.16 0.5 0.37
Hex 8F 30 8A 0 42 3 2C 12F 32 25
Octal 217 60 212 0 102 3 54 457 62 45
Binary 10001111 110000 10001010 0 1000010 11 101100 100101111 110010 100101

Color Harmonies of #8F308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F308A

Black with #8F308A

Text Example


Text Example

White with #8F308A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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