Html Css Color HEX #8D239B Vivid Violet

📋 copy color: '#8D239B'

red 141 ◦ green 35 ◦ blue 155

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

Shades of Vivid Violet #8D239B

Tints of Vivid Violet #8D239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.57%

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

R = 42.6%
G = 10.57%
B = 46.83%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D239B (or 0x8D239B) is known color: Vivid Violet. HEX triplet: 8D, 23 and 9B. RGB value is (141,35,155). Sum of RGB (Red+Green+Blue) = 141+35+155=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D239B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D239B is #72DC64. Grayscale: #505050. Windows color (decimal): -7527525 or 10167181. OLE color: 10167181.

HSL color Cylindrical-coordinate representation of color #8D239B: hue angle of 293º degrees, saturation: 0.63, 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 #8D239B is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 141 35 155 -
CMYK 0.09 0.77 0 0.39
HSL 293º 0.63% 0.37% -
HSV(B) 293º 0.77% 0.61% -
XYZ 17.5 9.23 31.87 -
YUV 80.37 170.12 171.24 -
System Red Green Blue C M Y K H S L
Decimal 141 35 155 0.09 0.77 0 0.39 293 0.63 0.37
Hex 8D 23 9B 9 4D 0 27 125 3F 25
Octal 215 43 233 11 115 0 47 445 77 45
Binary 10001101 100011 10011011 1001 1001101 0 100111 100100101 111111 100101

Color Harmonies of #8D239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D239B

Black with #8D239B

Text Example


Text Example

White with #8D239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,35,155); }

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

background-color css

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

 a { background-color: rgb(141,35,155); }

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

border-color css

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

 span { border-color: rgb(141,35,155); }

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