Html Css Color HEX #8C70BE True V

📋 copy color: '#8C70BE'

red 140 ◦ green 112 ◦ blue 190

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

Shades of True V #8C70BE

Tints of True V #8C70BE

RGB

 RED value IS 140 (55.08% from 255) = 31.67%

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

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

R = 31.67%
G = 25.34%
B = 42.99%

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

#8C70BE (or 0x8C70BE) is known color: True V. HEX triplet: 8C, 70 and BE. RGB value is (140,112,190). Sum of RGB (Red+Green+Blue) = 140+112+190=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C70BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C70BE is #738F41. Grayscale: #808080. Windows color (decimal): -7573314 or 12480652. OLE color: 12480652.

HSL color Cylindrical-coordinate representation of color #8C70BE: hue angle of 261.54º 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 #8C70BE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 112 190 -
CMYK 0.26 0.41 0 0.25
HSL 261.54º 0.38% 0.59% -
HSV(B) 261.54º 0.41% 0.75% -
XYZ 25.9 20.88 51.38 -
YUV 129.26 162.28 135.66 -
System Red Green Blue C M Y K H S L
Decimal 140 112 190 0.26 0.41 0 0.25 261.54 0.38 0.59
Hex 8C 70 BE 1A 29 0 19 106 26 3B
Octal 214 160 276 32 51 0 31 406 46 73
Binary 10001100 1110000 10111110 11010 101001 0 11001 100000110 100110 111011

Color Harmonies of #8C70BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C70BE

Black with #8C70BE

Text Example


Text Example

White with #8C70BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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