Html Css Color HEX #8D4F9B Violet Blue

📋 copy color: '#8D4F9B'

red 141 ◦ green 79 ◦ blue 155

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

Shades of Violet Blue #8D4F9B

Tints of Violet Blue #8D4F9B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.07%

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

R = 37.6%
G = 21.07%
B = 41.33%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D4F9B (or 0x8D4F9B) is known color: Violet Blue. HEX triplet: 8D, 4F and 9B. RGB value is (141,79,155). Sum of RGB (Red+Green+Blue) = 141+79+155=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D4F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D4F9B is #72B064. Grayscale: #696969. Windows color (decimal): -7516261 or 10178445. OLE color: 10178445.

HSL color Cylindrical-coordinate representation of color #8D4F9B: hue angle of 288.95º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D4F9B is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 141 79 155 -
CMYK 0.09 0.49 0 0.39
HSL 288.95º 0.32% 0.46% -
HSV(B) 288.95º 0.49% 0.61% -
XYZ 19.7 13.62 32.6 -
YUV 106.2 155.54 152.82 -
System Red Green Blue C M Y K H S L
Decimal 141 79 155 0.09 0.49 0 0.39 288.95 0.32 0.46
Hex 8D 4F 9B 9 31 0 27 121 20 2E
Octal 215 117 233 11 61 0 47 441 40 56
Binary 10001101 1001111 10011011 1001 110001 0 100111 100100001 100000 101110

Color Harmonies of #8D4F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4F9B

Black with #8D4F9B

Text Example


Text Example

White with #8D4F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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