Html Css Color HEX #8F259B Vivid Violet

📋 copy color: '#8F259B'

red 143 ◦ green 37 ◦ blue 155

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

Shades of Vivid Violet #8F259B

Tints of Vivid Violet #8F259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.04%

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

R = 42.69%
G = 11.04%
B = 46.27%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F259B (or 0x8F259B) is known color: Vivid Violet. HEX triplet: 8F, 25 and 9B. RGB value is (143,37,155). Sum of RGB (Red+Green+Blue) = 143+37+155=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F259B is #70DA64. Grayscale: #515151. Windows color (decimal): -7395941 or 10167695. OLE color: 10167695.

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

Color convert

RGB 143 37 155 -
CMYK 0.08 0.76 0 0.39
HSL 293.9º 0.61% 0.38% -
HSV(B) 293.9º 0.76% 0.61% -
XYZ 17.91 9.53 31.91 -
YUV 82.15 169.12 171.41 -
System Red Green Blue C M Y K H S L
Decimal 143 37 155 0.08 0.76 0 0.39 293.9 0.61 0.38
Hex 8F 25 9B 8 4C 0 27 126 3D 26
Octal 217 45 233 10 114 0 47 446 75 46
Binary 10001111 100101 10011011 1000 1001100 0 100111 100100110 111101 100110

Color Harmonies of #8F259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F259B

Black with #8F259B

Text Example


Text Example

White with #8F259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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