Html Css Color HEX #8C73BB True V

📋 copy color: '#8C73BB'

red 140 ◦ green 115 ◦ blue 187

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

Shades of True V #8C73BB

Tints of True V #8C73BB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.02%

 BLUE value IS 187 (73.44% from 255) = 42.31%

R = 31.67%
G = 26.02%
B = 42.31%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C73BB (or 0x8C73BB) is known color: True V. HEX triplet: 8C, 73 and BB. RGB value is (140,115,187). Sum of RGB (Red+Green+Blue) = 140+115+187=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C73BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C73BB is #738C44. Grayscale: #828282. Windows color (decimal): -7572549 or 12284812. OLE color: 12284812.

HSL color Cylindrical-coordinate representation of color #8C73BB: hue angle of 260.83º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C73BB is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 115 187 -
CMYK 0.25 0.39 0 0.27
HSL 260.83º 0.35% 0.59% -
HSV(B) 260.83º 0.39% 0.73% -
XYZ 25.92 21.42 49.78 -
YUV 130.68 159.78 134.65 -
System Red Green Blue C M Y K H S L
Decimal 140 115 187 0.25 0.39 0 0.27 260.83 0.35 0.59
Hex 8C 73 BB 19 27 0 1B 105 23 3B
Octal 214 163 273 31 47 0 33 405 43 73
Binary 10001100 1110011 10111011 11001 100111 0 11011 100000101 100011 111011

Color Harmonies of #8C73BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C73BB

Black with #8C73BB

Text Example


Text Example

White with #8C73BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,115,187); }

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

background-color css

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

 a { background-color: rgb(140,115,187); }

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

border-color css

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

 span { border-color: rgb(140,115,187); }

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