Html Css Color HEX #8D6CC8 True V

📋 copy color: '#8D6CC8'

red 141 ◦ green 108 ◦ blue 200

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

Shades of True V #8D6CC8

Tints of True V #8D6CC8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.05%

 BLUE value IS 200 (78.52% from 255) = 44.54%

R = 31.4%
G = 24.05%
B = 44.54%

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

#8D6CC8 (or 0x8D6CC8) is known color: True V. HEX triplet: 8D, 6C and C8. RGB value is (141,108,200). Sum of RGB (Red+Green+Blue) = 141+108+200=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 200 - color contains mainly: blue. Hex color #8D6CC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6CC8 is #729337. Grayscale: #808080. Windows color (decimal): -7508792 or 13134989. OLE color: 13134989.

HSL color Cylindrical-coordinate representation of color #8D6CC8: hue angle of 261.52º degrees, saturation: 0.46, 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 #8D6CC8 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 141 108 200 -
CMYK 0.29 0.46 0 0.22
HSL 261.52º 0.46% 0.6% -
HSV(B) 261.52º 0.46% 0.78% -
XYZ 26.77 20.56 57.2 -
YUV 128.36 168.43 137.02 -
System Red Green Blue C M Y K H S L
Decimal 141 108 200 0.29 0.46 0 0.22 261.52 0.46 0.6
Hex 8D 6C C8 1D 2E 0 16 106 2E 3C
Octal 215 154 310 35 56 0 26 406 56 74
Binary 10001101 1101100 11001000 11101 101110 0 10110 100000110 101110 111100

Color Harmonies of #8D6CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6CC8

Black with #8D6CC8

Text Example


Text Example

White with #8D6CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,108,200); }

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

background-color css

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

 a { background-color: rgb(141,108,200); }

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

border-color css

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

 span { border-color: rgb(141,108,200); }

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