Html Css Color HEX #8D79BA True V

📋 copy color: '#8D79BA'

red 141 ◦ green 121 ◦ blue 186

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

Shades of True V #8D79BA

Tints of True V #8D79BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.01%

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 31.47%
G = 27.01%
B = 41.52%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D79BA (or 0x8D79BA) is known color: True V. HEX triplet: 8D, 79 and BA. RGB value is (141,121,186). Sum of RGB (Red+Green+Blue) = 141+121+186=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D79BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D79BA is #728645. Grayscale: #868686. Windows color (decimal): -7505478 or 12220813. OLE color: 12220813.

HSL color Cylindrical-coordinate representation of color #8D79BA: hue angle of 258.46º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D79BA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 121 186 -
CMYK 0.24 0.35 0 0.27
HSL 258.46º 0.32% 0.6% -
HSV(B) 258.46º 0.35% 0.73% -
XYZ 26.68 22.88 49.46 -
YUV 134.39 157.13 132.71 -
System Red Green Blue C M Y K H S L
Decimal 141 121 186 0.24 0.35 0 0.27 258.46 0.32 0.6
Hex 8D 79 BA 18 23 0 1B 102 20 3C
Octal 215 171 272 30 43 0 33 402 40 74
Binary 10001101 1111001 10111010 11000 100011 0 11011 100000010 100000 111100

Color Harmonies of #8D79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D79BA

Black with #8D79BA

Text Example


Text Example

White with #8D79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,121,186); }

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

background-color css

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

 a { background-color: rgb(141,121,186); }

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

border-color css

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

 span { border-color: rgb(141,121,186); }

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