Html Css Color HEX #8C70BC True V

📋 copy color: '#8C70BC'

red 140 ◦ green 112 ◦ blue 188

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

Shades of True V #8C70BC

Tints of True V #8C70BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.73%

R = 31.82%
G = 25.45%
B = 42.73%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C70BC (or 0x8C70BC) is known color: True V. HEX triplet: 8C, 70 and BC. RGB value is (140,112,188). Sum of RGB (Red+Green+Blue) = 140+112+188=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C70BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C70BC is #738F43. Grayscale: #808080. Windows color (decimal): -7573316 or 12349580. OLE color: 12349580.

HSL color Cylindrical-coordinate representation of color #8C70BC: hue angle of 262.11º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C70BC is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 112 188 -
CMYK 0.26 0.40 0 0.26
HSL 262.11º 0.36% 0.59% -
HSV(B) 262.11º 0.4% 0.74% -
XYZ 25.69 20.79 50.24 -
YUV 129.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 140 112 188 0.26 0.40 0 0.26 262.11 0.36 0.59
Hex 8C 70 BC 1A 28 0 1A 106 24 3B
Octal 214 160 274 32 50 0 32 406 44 73
Binary 10001100 1110000 10111100 11010 101000 0 11010 100000110 100100 111011

Color Harmonies of #8C70BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C70BC

Black with #8C70BC

Text Example


Text Example

White with #8C70BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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