Html Css Color HEX #8D6DC9 True V

📋 copy color: '#8D6DC9'

red 141 ◦ green 109 ◦ blue 201

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

Shades of True V #8D6DC9

Tints of True V #8D6DC9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.17%

 BLUE value IS 201 (78.91% from 255) = 44.57%

R = 31.26%
G = 24.17%
B = 44.57%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8D6DC9 (or 0x8D6DC9) is known color: True V. HEX triplet: 8D, 6D and C9. RGB value is (141,109,201). Sum of RGB (Red+Green+Blue) = 141+109+201=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 201 - color contains mainly: blue. Hex color #8D6DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6DC9 is #729236. Grayscale: #808080. Windows color (decimal): -7508535 or 13200781. OLE color: 13200781.

HSL color Cylindrical-coordinate representation of color #8D6DC9: hue angle of 260.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D6DC9 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 109 201 -
CMYK 0.30 0.46 0 0.21
HSL 260.87º 0.46% 0.61% -
HSV(B) 260.87º 0.46% 0.79% -
XYZ 27 20.82 57.85 -
YUV 129.06 168.6 136.52 -
System Red Green Blue C M Y K H S L
Decimal 141 109 201 0.30 0.46 0 0.21 260.87 0.46 0.61
Hex 8D 6D C9 1E 2E 0 15 105 2E 3D
Octal 215 155 311 36 56 0 25 405 56 75
Binary 10001101 1101101 11001001 11110 101110 0 10101 100000101 101110 111101

Color Harmonies of #8D6DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6DC9

Black with #8D6DC9

Text Example


Text Example

White with #8D6DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,109,201); }

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

background-color css

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

 a { background-color: rgb(141,109,201); }

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

border-color css

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

 span { border-color: rgb(141,109,201); }

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