Html Css Color HEX #8F249B Vivid Violet

📋 copy color: '#8F249B'

red 143 ◦ green 36 ◦ blue 155

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

Shades of Vivid Violet #8F249B

Tints of Vivid Violet #8F249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.41%

R = 42.81%
G = 10.78%
B = 46.41%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F249B (or 0x8F249B) is known color: Vivid Violet. HEX triplet: 8F, 24 and 9B. RGB value is (143,36,155). Sum of RGB (Red+Green+Blue) = 143+36+155=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F249B is #70DB64. Grayscale: #515151. Windows color (decimal): -7396197 or 10167439. OLE color: 10167439.

HSL color Cylindrical-coordinate representation of color #8F249B: hue angle of 293.95º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F249B is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 36 155 -
CMYK 0.08 0.77 0 0.39
HSL 293.95º 0.62% 0.37% -
HSV(B) 293.95º 0.77% 0.61% -
XYZ 17.87 9.47 31.9 -
YUV 81.56 169.45 171.82 -
System Red Green Blue C M Y K H S L
Decimal 143 36 155 0.08 0.77 0 0.39 293.95 0.62 0.37
Hex 8F 24 9B 8 4D 0 27 126 3E 25
Octal 217 44 233 10 115 0 47 446 76 45
Binary 10001111 100100 10011011 1000 1001101 0 100111 100100110 111110 100101

Color Harmonies of #8F249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F249B

Black with #8F249B

Text Example


Text Example

White with #8F249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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