Html Css Color HEX #8F3396 Vivid Violet

📋 copy color: '#8F3396'

red 143 ◦ green 51 ◦ blue 150

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

Shades of Vivid Violet #8F3396

Tints of Vivid Violet #8F3396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.6%

R = 41.57%
G = 14.83%
B = 43.6%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8F3396 (or 0x8F3396) is known color: Vivid Violet. HEX triplet: 8F, 33 and 96. RGB value is (143,51,150). Sum of RGB (Red+Green+Blue) = 143+51+150=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #8F3396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3396 is #70CC69. Grayscale: #595959. Windows color (decimal): -7392362 or 9843599. OLE color: 9843599.

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

Color convert

RGB 143 51 150 -
CMYK 0.05 0.66 0 0.41
HSL 295.76º 0.49% 0.39% -
HSV(B) 295.76º 0.66% 0.59% -
XYZ 18.02 10.41 29.91 -
YUV 89.79 161.98 165.95 -
System Red Green Blue C M Y K H S L
Decimal 143 51 150 0.05 0.66 0 0.41 295.76 0.49 0.39
Hex 8F 33 96 5 42 0 29 128 31 27
Octal 217 63 226 5 102 0 51 450 61 47
Binary 10001111 110011 10010110 101 1000010 0 101001 100101000 110001 100111

Color Harmonies of #8F3396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3396

Black with #8F3396

Text Example


Text Example

White with #8F3396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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