Html Css Color HEX #8C74BE True V

📋 copy color: '#8C74BE'

red 140 ◦ green 116 ◦ blue 190

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

Shades of True V #8C74BE

Tints of True V #8C74BE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.01%

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

R = 31.39%
G = 26.01%
B = 42.6%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C74BE (or 0x8C74BE) is known color: True V. HEX triplet: 8C, 74 and BE. RGB value is (140,116,190). Sum of RGB (Red+Green+Blue) = 140+116+190=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C74BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C74BE is #738B41. Grayscale: #838383. Windows color (decimal): -7572290 or 12481676. OLE color: 12481676.

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

Color convert

RGB 140 116 190 -
CMYK 0.26 0.39 0 0.25
HSL 259.46º 0.36% 0.6% -
HSV(B) 259.46º 0.39% 0.75% -
XYZ 26.35 21.78 51.53 -
YUV 131.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 140 116 190 0.26 0.39 0 0.25 259.46 0.36 0.6
Hex 8C 74 BE 1A 27 0 19 103 24 3C
Octal 214 164 276 32 47 0 31 403 44 74
Binary 10001100 1110100 10111110 11010 100111 0 11001 100000011 100100 111100

Color Harmonies of #8C74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C74BE

Black with #8C74BE

Text Example


Text Example

White with #8C74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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