Html Css Color HEX #896DBD True V

📋 copy color: '#896DBD'

red 137 ◦ green 109 ◦ blue 189

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

Shades of True V #896DBD

Tints of True V #896DBD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.06%

 BLUE value IS 189 (74.22% from 255) = 43.45%

R = 31.49%
G = 25.06%
B = 43.45%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#896DBD (or 0x896DBD) is known color: True V. HEX triplet: 89, 6D and BD. RGB value is (137,109,189). Sum of RGB (Red+Green+Blue) = 137+109+189=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #896DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DBD is #769242. Grayscale: #7E7E7E. Windows color (decimal): -7770691 or 12414345. OLE color: 12414345.

HSL color Cylindrical-coordinate representation of color #896DBD: hue angle of 261º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #896DBD is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 109 189 -
CMYK 0.28 0.42 0 0.26
HSL 261º 0.38% 0.58% -
HSV(B) 261º 0.42% 0.74% -
XYZ 24.97 19.93 50.67 -
YUV 126.49 163.28 135.5 -
System Red Green Blue C M Y K H S L
Decimal 137 109 189 0.28 0.42 0 0.26 261 0.38 0.58
Hex 89 6D BD 1C 2A 0 1A 105 26 3A
Octal 211 155 275 34 52 0 32 405 46 72
Binary 10001001 1101101 10111101 11100 101010 0 11010 100000101 100110 111010

Color Harmonies of #896DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896DBD

Black with #896DBD

Text Example


Text Example

White with #896DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896DBD; }

 p { color: rgb(137,109,189); }

 H1.HeaderClassName
 {
   color: #896DBD;
 }
 .AnyTagClassName
 {
   color: #896DBD;
 }
</style>

background-color css

<style>
 a { background-color: #896DBD; }

 a { background-color: rgb(137,109,189); }

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

border-color css

<style>
 span { border-color: #896DBD; }

 span { border-color: rgb(137,109,189); }

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