Html Css Color HEX #8C7ABE True V

📋 copy color: '#8C7ABE'

red 140 ◦ green 122 ◦ blue 190

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

Shades of True V #8C7ABE

Tints of True V #8C7ABE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.99%

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

R = 30.97%
G = 26.99%
B = 42.04%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C7ABE (or 0x8C7ABE) is known color: True V. HEX triplet: 8C, 7A and BE. RGB value is (140,122,190). Sum of RGB (Red+Green+Blue) = 140+122+190=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C7ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7ABE is #738541. Grayscale: #868686. Windows color (decimal): -7570754 or 12483212. OLE color: 12483212.

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

Color convert

RGB 140 122 190 -
CMYK 0.26 0.36 0 0.25
HSL 255.88º 0.34% 0.61% -
HSV(B) 255.88º 0.36% 0.75% -
XYZ 27.07 23.21 51.77 -
YUV 135.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 140 122 190 0.26 0.36 0 0.25 255.88 0.34 0.61
Hex 8C 7A BE 1A 24 0 19 100 22 3D
Octal 214 172 276 32 44 0 31 400 42 75
Binary 10001100 1111010 10111110 11010 100100 0 11001 100000000 100010 111101

Color Harmonies of #8C7ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7ABE

Black with #8C7ABE

Text Example


Text Example

White with #8C7ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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