Html Css Color HEX #8D76CD True V

📋 copy color: '#8D76CD'

red 141 ◦ green 118 ◦ blue 205

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

Shades of True V #8D76CD

Tints of True V #8D76CD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.43%

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

R = 30.39%
G = 25.43%
B = 44.18%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D76CD (or 0x8D76CD) is known color: True V. HEX triplet: 8D, 76 and CD. RGB value is (141,118,205). Sum of RGB (Red+Green+Blue) = 141+118+205=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D76CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D76CD is #728932. Grayscale: #868686. Windows color (decimal): -7506227 or 13465229. OLE color: 13465229.

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

Color convert

RGB 141 118 205 -
CMYK 0.31 0.42 0 0.20
HSL 255.86º 0.47% 0.63% -
HSV(B) 255.86º 0.42% 0.8% -
XYZ 28.48 23.03 60.7 -
YUV 134.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 141 118 205 0.31 0.42 0 0.20 255.86 0.47 0.63
Hex 8D 76 CD 1F 2A 0 14 100 2F 3F
Octal 215 166 315 37 52 0 24 400 57 77
Binary 10001101 1110110 11001101 11111 101010 0 10100 100000000 101111 111111

Color Harmonies of #8D76CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D76CD

Black with #8D76CD

Text Example


Text Example

White with #8D76CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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