Html Css Color HEX #896ECB True V

📋 copy color: '#896ECB'

red 137 ◦ green 110 ◦ blue 203

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

Shades of True V #896ECB

Tints of True V #896ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.44%

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

R = 30.44%
G = 24.44%
B = 45.11%

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

#896ECB (or 0x896ECB) is known color: True V. HEX triplet: 89, 6E and CB. RGB value is (137,110,203). Sum of RGB (Red+Green+Blue) = 137+110+203=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #896ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896ECB is #769134. Grayscale: #808080. Windows color (decimal): -7770421 or 13332105. OLE color: 13332105.

HSL color Cylindrical-coordinate representation of color #896ECB: hue angle of 257.42º 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 #896ECB is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 110 203 -
CMYK 0.33 0.46 0 0.20
HSL 257.42º 0.47% 0.61% -
HSV(B) 257.42º 0.46% 0.8% -
XYZ 26.67 20.78 59.11 -
YUV 128.68 169.95 133.94 -
System Red Green Blue C M Y K H S L
Decimal 137 110 203 0.33 0.46 0 0.20 257.42 0.47 0.61
Hex 89 6E CB 21 2E 0 14 101 2F 3D
Octal 211 156 313 41 56 0 24 401 57 75
Binary 10001001 1101110 11001011 100001 101110 0 10100 100000001 101111 111101

Color Harmonies of #896ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896ECB

Black with #896ECB

Text Example


Text Example

White with #896ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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