Html Css Color HEX #8F369D Vivid Violet

📋 copy color: '#8F369D'

red 143 ◦ green 54 ◦ blue 157

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

Shades of Vivid Violet #8F369D

Tints of Vivid Violet #8F369D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.35%

R = 40.4%
G = 15.25%
B = 44.35%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F369D (or 0x8F369D) is known color: Vivid Violet. HEX triplet: 8F, 36 and 9D. RGB value is (143,54,157). Sum of RGB (Red+Green+Blue) = 143+54+157=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F369D is #70C962. Grayscale: #5C5C5C. Windows color (decimal): -7391587 or 10303119. OLE color: 10303119.

HSL color Cylindrical-coordinate representation of color #8F369D: hue angle of 291.84º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F369D is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 54 157 -
CMYK 0.09 0.66 0 0.38
HSL 291.84º 0.49% 0.41% -
HSV(B) 291.84º 0.66% 0.62% -
XYZ 18.73 10.91 33.02 -
YUV 92.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 143 54 157 0.09 0.66 0 0.38 291.84 0.49 0.41
Hex 8F 36 9D 9 42 0 26 124 31 29
Octal 217 66 235 11 102 0 46 444 61 51
Binary 10001111 110110 10011101 1001 1000010 0 100110 100100100 110001 101001

Color Harmonies of #8F369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F369D

Black with #8F369D

Text Example


Text Example

White with #8F369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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