Html Css Color HEX #8F438A Vivid Violet

📋 copy color: '#8F438A'

red 143 ◦ green 67 ◦ blue 138

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

Shades of Vivid Violet #8F438A

Tints of Vivid Violet #8F438A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.25%

 BLUE value IS 138 (54.3% from 255) = 39.66%

R = 41.09%
G = 19.25%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F438A (or 0x8F438A) is known color: Vivid Violet. HEX triplet: 8F, 43 and 8A. RGB value is (143,67,138). Sum of RGB (Red+Green+Blue) = 143+67+138=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 143 - color contains mainly: red. Hex color #8F438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F438A is #70BC75. Grayscale: #616161. Windows color (decimal): -7388278 or 9061263. OLE color: 9061263.

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

Color convert

RGB 143 67 138 -
CMYK 0 0.53 0.03 0.44
HSL 303.95º 0.36% 0.41% -
HSV(B) 303.95º 0.53% 0.56% -
XYZ 17.92 11.69 25.36 -
YUV 97.82 150.68 160.23 -
System Red Green Blue C M Y K H S L
Decimal 143 67 138 0 0.53 0.03 0.44 303.95 0.36 0.41
Hex 8F 43 8A 0 35 3 2C 130 24 29
Octal 217 103 212 0 65 3 54 460 44 51
Binary 10001111 1000011 10001010 0 110101 11 101100 100110000 100100 101001

Color Harmonies of #8F438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F438A

Black with #8F438A

Text Example


Text Example

White with #8F438A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,67,138); }

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

background-color css

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

 a { background-color: rgb(143,67,138); }

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

border-color css

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

 span { border-color: rgb(143,67,138); }

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