Html Css Color HEX #8F3395 Vivid Violet

📋 copy color: '#8F3395'

red 143 ◦ green 51 ◦ blue 149

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

Shades of Vivid Violet #8F3395

Tints of Vivid Violet #8F3395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.87%

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

R = 41.69%
G = 14.87%
B = 43.44%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8F3395 (or 0x8F3395) is known color: Vivid Violet. HEX triplet: 8F, 33 and 95. RGB value is (143,51,149). Sum of RGB (Red+Green+Blue) = 143+51+149=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F3395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3395 is #70CC6A. Grayscale: #595959. Windows color (decimal): -7392363 or 9778063. OLE color: 9778063.

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

Color convert

RGB 143 51 149 -
CMYK 0.04 0.66 0 0.42
HSL 296.33º 0.49% 0.39% -
HSV(B) 296.33º 0.66% 0.58% -
XYZ 17.94 10.38 29.49 -
YUV 89.68 161.48 166.03 -
System Red Green Blue C M Y K H S L
Decimal 143 51 149 0.04 0.66 0 0.42 296.33 0.49 0.39
Hex 8F 33 95 4 42 0 2A 128 31 27
Octal 217 63 225 4 102 0 52 450 61 47
Binary 10001111 110011 10010101 100 1000010 0 101010 100101000 110001 100111

Color Harmonies of #8F3395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3395

Black with #8F3395

Text Example


Text Example

White with #8F3395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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