Html Css Color HEX #896DCB True V

📋 copy color: '#896DCB'

red 137 ◦ green 109 ◦ blue 203

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

Shades of True V #896DCB

Tints of True V #896DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 30.51%
G = 24.28%
B = 45.21%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#896DCB (or 0x896DCB) is known color: True V. HEX triplet: 89, 6D and CB. RGB value is (137,109,203). Sum of RGB (Red+Green+Blue) = 137+109+203=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #896DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DCB is #769234. Grayscale: #7F7F7F. Windows color (decimal): -7770677 or 13331849. OLE color: 13331849.

HSL color Cylindrical-coordinate representation of color #896DCB: hue angle of 257.87º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #896DCB is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 109 203 -
CMYK 0.33 0.46 0 0.20
HSL 257.87º 0.47% 0.61% -
HSV(B) 257.87º 0.46% 0.8% -
XYZ 26.56 20.57 59.07 -
YUV 128.09 170.28 134.36 -
System Red Green Blue C M Y K H S L
Decimal 137 109 203 0.33 0.46 0 0.20 257.87 0.47 0.61
Hex 89 6D CB 21 2E 0 14 102 2F 3D
Octal 211 155 313 41 56 0 24 402 57 75
Binary 10001001 1101101 11001011 100001 101110 0 10100 100000010 101111 111101

Color Harmonies of #896DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896DCB

Black with #896DCB

Text Example


Text Example

White with #896DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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