Html Css Color HEX #8D70BE True V

📋 copy color: '#8D70BE'

red 141 ◦ green 112 ◦ blue 190

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

Shades of True V #8D70BE

Tints of True V #8D70BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.28%

 BLUE value IS 190 (74.61% from 255) = 42.89%

R = 31.83%
G = 25.28%
B = 42.89%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D70BE (or 0x8D70BE) is known color: True V. HEX triplet: 8D, 70 and BE. RGB value is (141,112,190). Sum of RGB (Red+Green+Blue) = 141+112+190=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D70BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D70BE is #728F41. Grayscale: #818181. Windows color (decimal): -7507778 or 12480653. OLE color: 12480653.

HSL color Cylindrical-coordinate representation of color #8D70BE: hue angle of 262.31º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D70BE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 112 190 -
CMYK 0.26 0.41 0 0.25
HSL 262.31º 0.38% 0.59% -
HSV(B) 262.31º 0.41% 0.75% -
XYZ 26.07 20.97 51.39 -
YUV 129.56 162.11 136.16 -
System Red Green Blue C M Y K H S L
Decimal 141 112 190 0.26 0.41 0 0.25 262.31 0.38 0.59
Hex 8D 70 BE 1A 29 0 19 106 26 3B
Octal 215 160 276 32 51 0 31 406 46 73
Binary 10001101 1110000 10111110 11010 101001 0 11001 100000110 100110 111011

Color Harmonies of #8D70BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D70BE

Black with #8D70BE

Text Example


Text Example

White with #8D70BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,112,190); }

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

background-color css

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

 a { background-color: rgb(141,112,190); }

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

border-color css

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

 span { border-color: rgb(141,112,190); }

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