Html Css Color HEX #8D6AC6 True V

📋 copy color: '#8D6AC6'

red 141 ◦ green 106 ◦ blue 198

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

Shades of True V #8D6AC6

Tints of True V #8D6AC6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.82%

 BLUE value IS 198 (77.73% from 255) = 44.49%

R = 31.69%
G = 23.82%
B = 44.49%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8D6AC6 (or 0x8D6AC6) is known color: True V. HEX triplet: 8D, 6A and C6. RGB value is (141,106,198). Sum of RGB (Red+Green+Blue) = 141+106+198=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 198 - color contains mainly: blue. Hex color #8D6AC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6AC6 is #729539. Grayscale: #7E7E7E. Windows color (decimal): -7509306 or 13003405. OLE color: 13003405.

HSL color Cylindrical-coordinate representation of color #8D6AC6: hue angle of 262.83º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D6AC6 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 141 106 198 -
CMYK 0.29 0.46 0 0.22
HSL 262.83º 0.45% 0.6% -
HSV(B) 262.83º 0.46% 0.78% -
XYZ 26.33 20.05 55.91 -
YUV 126.95 168.1 138.02 -
System Red Green Blue C M Y K H S L
Decimal 141 106 198 0.29 0.46 0 0.22 262.83 0.45 0.6
Hex 8D 6A C6 1D 2E 0 16 107 2D 3C
Octal 215 152 306 35 56 0 26 407 55 74
Binary 10001101 1101010 11000110 11101 101110 0 10110 100000111 101101 111100

Color Harmonies of #8D6AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6AC6

Black with #8D6AC6

Text Example


Text Example

White with #8D6AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,106,198); }

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

background-color css

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

 a { background-color: rgb(141,106,198); }

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

border-color css

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

 span { border-color: rgb(141,106,198); }

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