Html Css Color HEX #8D6DCD True V

📋 copy color: '#8D6DCD'

red 141 ◦ green 109 ◦ blue 205

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

Shades of True V #8D6DCD

Tints of True V #8D6DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.05%

R = 30.99%
G = 23.96%
B = 45.05%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D6DCD (or 0x8D6DCD) is known color: True V. HEX triplet: 8D, 6D and CD. RGB value is (141,109,205). Sum of RGB (Red+Green+Blue) = 141+109+205=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D6DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6DCD is #729232. Grayscale: #818181. Windows color (decimal): -7508531 or 13462925. OLE color: 13462925.

HSL color Cylindrical-coordinate representation of color #8D6DCD: hue angle of 260º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D6DCD is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 109 205 -
CMYK 0.31 0.47 0 0.20
HSL 260º 0.49% 0.62% -
HSV(B) 260º 0.47% 0.8% -
XYZ 27.47 21.01 60.36 -
YUV 129.51 170.6 136.19 -
System Red Green Blue C M Y K H S L
Decimal 141 109 205 0.31 0.47 0 0.20 260 0.49 0.62
Hex 8D 6D CD 1F 2F 0 14 104 31 3E
Octal 215 155 315 37 57 0 24 404 61 76
Binary 10001101 1101101 11001101 11111 101111 0 10100 100000100 110001 111110

Color Harmonies of #8D6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6DCD

Black with #8D6DCD

Text Example


Text Example

White with #8D6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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