Html Css Color HEX #8F4090 Vivid Violet

📋 copy color: '#8F4090'

red 143 ◦ green 64 ◦ blue 144

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

Shades of Vivid Violet #8F4090

Tints of Vivid Violet #8F4090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.23%

 BLUE value IS 144 (56.64% from 255) = 41.03%

R = 40.74%
G = 18.23%
B = 41.03%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8F4090 (or 0x8F4090) is known color: Vivid Violet. HEX triplet: 8F, 40 and 90. RGB value is (143,64,144). Sum of RGB (Red+Green+Blue) = 143+64+144=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F4090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4090 is #70BF6F. Grayscale: #606060. Windows color (decimal): -7389040 or 9453711. OLE color: 9453711.

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

Color convert

RGB 143 64 144 -
CMYK 0.01 0.56 0 0.44
HSL 299.25º 0.38% 0.41% -
HSV(B) 299.25º 0.56% 0.56% -
XYZ 18.2 11.52 27.65 -
YUV 96.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 143 64 144 0.01 0.56 0 0.44 299.25 0.38 0.41
Hex 8F 40 90 1 38 0 2C 12B 26 29
Octal 217 100 220 1 70 0 54 453 46 51
Binary 10001111 1000000 10010000 1 111000 0 101100 100101011 100110 101001

Color Harmonies of #8F4090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4090

Black with #8F4090

Text Example


Text Example

White with #8F4090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,64,144); }

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

background-color css

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

 a { background-color: rgb(143,64,144); }

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

border-color css

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

 span { border-color: rgb(143,64,144); }

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