Html Css Color HEX #8D6994 Violet Blue

📋 copy color: '#8D6994'

red 141 ◦ green 105 ◦ blue 148

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

Shades of Violet Blue #8D6994

Tints of Violet Blue #8D6994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.65%

 BLUE value IS 148 (58.2% from 255) = 37.56%

R = 35.79%
G = 26.65%
B = 37.56%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8D6994 (or 0x8D6994) is known color: Violet Blue. HEX triplet: 8D, 69 and 94. RGB value is (141,105,148). Sum of RGB (Red+Green+Blue) = 141+105+148=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #8D6994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6994 is #72966B. Grayscale: #787878. Windows color (decimal): -7509612 or 9726349. OLE color: 9726349.

HSL color Cylindrical-coordinate representation of color #8D6994: hue angle of 290.23º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D6994 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 141 105 148 -
CMYK 0.05 0.29 0 0.42
HSL 290.23º 0.17% 0.5% -
HSV(B) 290.23º 0.29% 0.58% -
XYZ 21.38 17.9 30.35 -
YUV 120.67 143.43 142.5 -
System Red Green Blue C M Y K H S L
Decimal 141 105 148 0.05 0.29 0 0.42 290.23 0.17 0.5
Hex 8D 69 94 5 1D 0 2A 122 11 32
Octal 215 151 224 5 35 0 52 442 21 62
Binary 10001101 1101001 10010100 101 11101 0 101010 100100010 10001 110010

Color Harmonies of #8D6994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6994

Black with #8D6994

Text Example


Text Example

White with #8D6994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,105,148); }

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

background-color css

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

 a { background-color: rgb(141,105,148); }

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

border-color css

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

 span { border-color: rgb(141,105,148); }

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