Html Css Color HEX #8974BC True V

📋 copy color: '#8974BC'

red 137 ◦ green 116 ◦ blue 188

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

Shades of True V #8974BC

Tints of True V #8974BC

RGB

 RED value IS 137 (53.91% from 255) = 31.07%

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

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

R = 31.07%
G = 26.3%
B = 42.63%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8974BC (or 0x8974BC) is known color: True V. HEX triplet: 89, 74 and BC. RGB value is (137,116,188). Sum of RGB (Red+Green+Blue) = 137+116+188=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #8974BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8974BC is #768B43. Grayscale: #828282. Windows color (decimal): -7768900 or 12350601. OLE color: 12350601.

HSL color Cylindrical-coordinate representation of color #8974BC: hue angle of 257.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8974BC is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 116 188 -
CMYK 0.27 0.38 0 0.26
HSL 257.5º 0.35% 0.6% -
HSV(B) 257.5º 0.38% 0.74% -
XYZ 25.64 21.44 50.36 -
YUV 130.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 137 116 188 0.27 0.38 0 0.26 257.5 0.35 0.6
Hex 89 74 BC 1B 26 0 1A 102 23 3C
Octal 211 164 274 33 46 0 32 402 43 74
Binary 10001001 1110100 10111100 11011 100110 0 11010 100000010 100011 111100

Color Harmonies of #8974BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8974BC

Black with #8974BC

Text Example


Text Example

White with #8974BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8974BC; }

 p { color: rgb(137,116,188); }

 H1.HeaderClassName
 {
   color: #8974BC;
 }
 .AnyTagClassName
 {
   color: #8974BC;
 }
</style>

background-color css

<style>
 a { background-color: #8974BC; }

 a { background-color: rgb(137,116,188); }

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

border-color css

<style>
 span { border-color: #8974BC; }

 span { border-color: rgb(137,116,188); }

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