Html Css Color HEX #8F368D Vivid Violet

📋 copy color: '#8F368D'

red 143 ◦ green 54 ◦ blue 141

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

Shades of Vivid Violet #8F368D

Tints of Vivid Violet #8F368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.98%

 BLUE value IS 141 (55.47% from 255) = 41.72%

R = 42.31%
G = 15.98%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8F368D (or 0x8F368D) is known color: Vivid Violet. HEX triplet: 8F, 36 and 8D. RGB value is (143,54,141). Sum of RGB (Red+Green+Blue) = 143+54+141=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 143 - color contains mainly: red. Hex color #8F368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F368D is #70C972. Grayscale: #5A5A5A. Windows color (decimal): -7391603 or 9254543. OLE color: 9254543.

HSL color Cylindrical-coordinate representation of color #8F368D: hue angle of 301.35º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F368D is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 54 141 -
CMYK 0 0.62 0.01 0.44
HSL 301.35º 0.45% 0.39% -
HSV(B) 301.35º 0.62% 0.56% -
XYZ 17.45 10.4 26.29 -
YUV 90.53 156.49 165.43 -
System Red Green Blue C M Y K H S L
Decimal 143 54 141 0 0.62 0.01 0.44 301.35 0.45 0.39
Hex 8F 36 8D 0 3E 1 2C 12D 2D 27
Octal 217 66 215 0 76 1 54 455 55 47
Binary 10001111 110110 10001101 0 111110 1 101100 100101101 101101 100111

Color Harmonies of #8F368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F368D

Black with #8F368D

Text Example


Text Example

White with #8F368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,54,141); }

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

background-color css

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

 a { background-color: rgb(143,54,141); }

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

border-color css

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

 span { border-color: rgb(143,54,141); }

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