Html Css Color HEX #8C77CF True V

📋 copy color: '#8C77CF'

red 140 ◦ green 119 ◦ blue 207

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

Shades of True V #8C77CF

Tints of True V #8C77CF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.54%

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 30.04%
G = 25.54%
B = 44.42%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C77CF (or 0x8C77CF) is known color: True V. HEX triplet: 8C, 77 and CF. RGB value is (140,119,207). Sum of RGB (Red+Green+Blue) = 140+119+207=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C77CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C77CF is #738830. Grayscale: #868686. Windows color (decimal): -7571505 or 13596556. OLE color: 13596556.

HSL color Cylindrical-coordinate representation of color #8C77CF: hue angle of 254.32º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C77CF is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 119 207 -
CMYK 0.32 0.43 0 0.19
HSL 254.32º 0.48% 0.64% -
HSV(B) 254.32º 0.43% 0.81% -
XYZ 28.67 23.27 62.01 -
YUV 135.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 140 119 207 0.32 0.43 0 0.19 254.32 0.48 0.64
Hex 8C 77 CF 20 2B 0 13 FE 30 40
Octal 214 167 317 40 53 0 23 376 60 100
Binary 10001100 1110111 11001111 100000 101011 0 10011 11111110 110000 1000000

Color Harmonies of #8C77CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C77CF

Black with #8C77CF

Text Example


Text Example

White with #8C77CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,119,207); }

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

background-color css

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

 a { background-color: rgb(140,119,207); }

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

border-color css

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

 span { border-color: rgb(140,119,207); }

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