Html Css Color HEX #8F3895 Vivid Violet

📋 copy color: '#8F3895'

red 143 ◦ green 56 ◦ blue 149

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

Shades of Vivid Violet #8F3895

Tints of Vivid Violet #8F3895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.09%

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 41.09%
G = 16.09%
B = 42.82%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8F3895 (or 0x8F3895) is known color: Vivid Violet. HEX triplet: 8F, 38 and 95. RGB value is (143,56,149). Sum of RGB (Red+Green+Blue) = 143+56+149=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F3895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3895 is #70C76A. Grayscale: #5C5C5C. Windows color (decimal): -7391083 or 9779343. OLE color: 9779343.

HSL color Cylindrical-coordinate representation of color #8F3895: hue angle of 296.13º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F3895 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 56 149 -
CMYK 0.04 0.62 0 0.42
HSL 296.13º 0.45% 0.4% -
HSV(B) 296.13º 0.62% 0.58% -
XYZ 18.17 10.84 29.57 -
YUV 92.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 143 56 149 0.04 0.62 0 0.42 296.13 0.45 0.4
Hex 8F 38 95 4 3E 0 2A 128 2D 28
Octal 217 70 225 4 76 0 52 450 55 50
Binary 10001111 111000 10010101 100 111110 0 101010 100101000 101101 101000

Color Harmonies of #8F3895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3895

Black with #8F3895

Text Example


Text Example

White with #8F3895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,56,149); }

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

background-color css

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

 a { background-color: rgb(143,56,149); }

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

border-color css

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

 span { border-color: rgb(143,56,149); }

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