Html Css Color HEX #8F249D Vivid Violet

📋 copy color: '#8F249D'

red 143 ◦ green 36 ◦ blue 157

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

Shades of Vivid Violet #8F249D

Tints of Vivid Violet #8F249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.71%

 BLUE value IS 157 (61.72% from 255) = 46.73%

R = 42.56%
G = 10.71%
B = 46.73%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F249D (or 0x8F249D) is known color: Vivid Violet. HEX triplet: 8F, 24 and 9D. RGB value is (143,36,157). Sum of RGB (Red+Green+Blue) = 143+36+157=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F249D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F249D is #70DB62. Grayscale: #515151. Windows color (decimal): -7396195 or 10298511. OLE color: 10298511.

HSL color Cylindrical-coordinate representation of color #8F249D: hue angle of 293.06º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F249D is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 36 157 -
CMYK 0.09 0.77 0 0.38
HSL 293.06º 0.63% 0.38% -
HSV(B) 293.06º 0.77% 0.62% -
XYZ 18.04 9.54 32.79 -
YUV 81.79 170.45 171.66 -
System Red Green Blue C M Y K H S L
Decimal 143 36 157 0.09 0.77 0 0.38 293.06 0.63 0.38
Hex 8F 24 9D 9 4D 0 26 125 3F 26
Octal 217 44 235 11 115 0 46 445 77 46
Binary 10001111 100100 10011101 1001 1001101 0 100110 100100101 111111 100110

Color Harmonies of #8F249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F249D

Black with #8F249D

Text Example


Text Example

White with #8F249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,36,157); }

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

background-color css

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

 a { background-color: rgb(143,36,157); }

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

border-color css

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

 span { border-color: rgb(143,36,157); }

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