Html Css Color HEX #8D259F Vivid Violet

📋 copy color: '#8D259F'

red 141 ◦ green 37 ◦ blue 159

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

Shades of Vivid Violet #8D259F

Tints of Vivid Violet #8D259F

RGB

 RED value IS 141 (55.47% from 255) = 41.84%

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

 BLUE value IS 159 (62.5% from 255) = 47.18%

R = 41.84%
G = 10.98%
B = 47.18%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8D259F (or 0x8D259F) is known color: Vivid Violet. HEX triplet: 8D, 25 and 9F. RGB value is (141,37,159). Sum of RGB (Red+Green+Blue) = 141+37+159=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D259F is #72DA60. Grayscale: #515151. Windows color (decimal): -7527009 or 10429837. OLE color: 10429837.

HSL color Cylindrical-coordinate representation of color #8D259F: hue angle of 291.15º degrees, saturation: 0.62, 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 #8D259F is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 141 37 159 -
CMYK 0.11 0.77 0 0.38
HSL 291.15º 0.62% 0.38% -
HSV(B) 291.15º 0.77% 0.62% -
XYZ 17.9 9.49 33.69 -
YUV 82 171.46 170.08 -
System Red Green Blue C M Y K H S L
Decimal 141 37 159 0.11 0.77 0 0.38 291.15 0.62 0.38
Hex 8D 25 9F B 4D 0 26 123 3E 26
Octal 215 45 237 13 115 0 46 443 76 46
Binary 10001101 100101 10011111 1011 1001101 0 100110 100100011 111110 100110

Color Harmonies of #8D259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D259F

Black with #8D259F

Text Example


Text Example

White with #8D259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,37,159); }

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

background-color css

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

 a { background-color: rgb(141,37,159); }

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

border-color css

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

 span { border-color: rgb(141,37,159); }

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